CSP package on npmjs.com #1867
Replies: 3 comments 1 reply
-
I am trying to develop a Chrome Extension which doesn't allow |
Beta Was this translation helpful? Give feedback.
-
The CSP build has not been deployed to NPM, so the instructions are not entirely accurate. The only way to currently get the CSP build is clone the repo, run the build, and copy/paste the resulting ESM or CJS file. Fair warning, I've found the CSP build to be basically unusable. Even something as simple as an x-show does not appear to be working. |
Beta Was this translation helpful? Give feedback.
-
Any chance you could publish the CSP package as an alpha; building your own copy from source can be potentially problematic for people trying to switch to the CSP build (I know I had issues getting it in to the pipeline - I gave up trying to use the cdn flavour). I ran into a couple of gotchas but that was due to my ignorance and was eventually overcome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, we're really enjoying Alpine!
However, we've run into a bit of a blocker because we want to use the CSP safe version (ideally from
node_modules
) but it doesn't appear to be in the npm package and there doesn't appear to be a separate package on npmjs.com for it.Are there plans for the CSP safe module to be released as a package on npmjs.com?
Beta Was this translation helpful? Give feedback.
All reactions