New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

web-components-starter

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-components-starter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

9

package.json
{
"version": "0.0.2",
"version": "0.0.3",
"name": "web-components-starter",

@@ -18,6 +18,7 @@ "description": "A Web Components starter project",

"check": "bin/npm_check",
"copy-custom-elements-shady-dom": "cp -p src/index.custom.elements.shady.dom.html dist/index.html && cp -p assets/favicon.ico dist/",
"copy-ie11": "cp -p src/index.ie11.html dist/index.html && cp -p assets/favicon.ico dist/",
"copy-no-polyfills": "cp -p src/index.no.polyfills.html dist/index.html && cp -p assets/favicon.ico dist/",
"copy-custom-elements-shady-dom": "ncp src/index.custom.elements.shady.dom.html dist/index.html && ncp assets/favicon.ico dist/",
"copy-ie11": "ncp src/index.ie11.html dist/index.html && ncp assets/favicon.ico dist/",
"copy-no-polyfills": "ncp src/index.no.polyfills.html dist/index.html && ncp assets/favicon.ico dist/",
"copy": "npm run copy-no-polyfills",
"publish": "npm run bundle-modules && ncp .gitignore .gitignore-dist && rimraf .gitignore && ncp .gitignore-npm-publish .gitignore && npm publish && rimraf .gitignore && ncp .gitignore-dist .gitignore",
"serve-custom-elements-shady-dom": "cd src/ && ln -sf ./index.custom.elements.shady.dom.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.custom.elements.shady.dom.js & npm run browser-sync",

@@ -24,0 +25,0 @@ "serve-ie11": "cd src/ && ln -sf ./index.ie11.html ./index.html && cd .. && rollup --watch --config ./config/rollup.config.ie11.js & npm run browser-sync",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc