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.13 to 0.0.14

2

package.json
{
"version": "0.0.13",
"version": "0.0.14",
"name": "web-components-starter",

@@ -4,0 +4,0 @@ "description": "A Web Components starter project",

@@ -33,9 +33,9 @@ web-components-starter

```bash
cp node_modules/web-components-starter/dist/build-ie11/index.html ./
cp node_modules/web-components-starter/dist/build-ie11-iife/index.html ./
```
### Update the path to the module
### Update the path to the module
```bash
export C=container I=index N=nomodule WCS=web-components-starter \
&& sed "s#./$N/$WCS-$C.js#./node_modules/$WCS/dist/build-ie11/$N/$WCS-$C.js#g" ./$I.html > $I.html.new \
export C=container I=index N=iife WCS=web-components-starter \
&& sed "s#./$N/main.js#./node_modules/$WCS/dist/build-ie11-$N/$N/main.js#g" ./$I.html > $I.html.new \
&& mv index.html.new index.html

@@ -42,0 +42,0 @@ ```

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