@networkteam/eel
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
197809
9
196
1
7