echoing-computer-87366
03/14/2021, 7:26 PMrough-piano-8900
03/15/2021, 6:37 AMdamp-coat-97256
03/15/2021, 6:46 AMdamp-coat-97256
03/15/2021, 6:48 AMechoing-computer-87366
03/15/2021, 6:08 PMechoing-judge-67264
03/16/2021, 11:10 AMechoing-computer-87366
03/16/2021, 4:26 PM<script src="<https://unpkg.com/my-npm-package@1.0.4/index.js>"></script>
in short I want my CDN script tag to work only on specific websites only how can I do that?echoing-computer-87366
03/17/2021, 7:31 PM<script src="<https://unpkg.com/my-npm-package@1.0.5/index.js>"></script>
if I pass data-* attributes then can I access them in my package index.js file if not then how to pass data from script CDN tag which I can access inside package index.js file?