Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwc - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

index.js

@@ -1,1 +0,6 @@

// JavaScript web component
// JavaScript web component
var lodash = require('lodash');
var output = lodash.without([1, 2, 3], 1);
console.log(output);

6

package.json
{
"name": "jwc",
"version": "1.0.1",
"version": "1.0.2",
"description": "javascript web component",

@@ -10,3 +10,5 @@ "main": "index.js",

"author": "nico1988 <410827024@qq.com>",
"license": "ISC"
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}
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