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

@networkteam/eel

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@networkteam/eel - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

yarn.lock

7

package.json

@@ -12,3 +12,3 @@ {

"test-grammar": "nearley-test src/grammar.js",
"test": "mocha-esm test/*.spec.js"
"test": "mocha 'test/*.spec.js' --require esm"
},

@@ -22,7 +22,8 @@ "dependencies": {

"babel-loader": "^8.0.5",
"mocha-esm": "^1.1.1",
"esm": "^3.2.25",
"mocha": "^6.1.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.2"
},
"version": "1.1.0"
"version": "1.2.0"
}
const path = require('path');
const config = {
target: 'node',
mode: 'production',

@@ -5,0 +6,0 @@ entry: './src/main.js',

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