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

ecma-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecma-webpack-plugin - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

index.js

@@ -6,3 +6,3 @@ const errors = require('./lib/errors');

extensions: [
'js', 'mjs',
'js', 'mjs', 'cjs',
],

@@ -9,0 +9,0 @@ };

{
"name": "ecma-webpack-plugin",
"version": "1.0.0",
"version": "1.1.0",
"description": "🧳 Verify your output code is compliant to the version you're targeting",

@@ -22,15 +22,18 @@ "keywords": [

"scripts": {
"test": "mocha mocha-config.js **/spec.js"
"test": "mocha mocha-config.js **/spec.js",
"lint": "eslint . --config .eslintrc"
},
"dependencies": {
"acorn": "^8.0.1",
"acorn": "^8.0.4",
"chalk": "^4.1.0"
},
"devDependencies": {
"@omrilotan/eslint-config": "^1.3.0",
"abuser": "^2.0.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"sinon": "^9.0.3",
"eslint": "^7.11.0",
"mocha": "^8.2.0",
"sinon": "^9.2.0",
"sinon-chai": "^3.5.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