bigbrother-webpack-plugin
Advanced tools
Comparing version 1.1.5 to 1.1.6
1.1.5 / 2018-11-30 | ||
================== | ||
* fix: windows postinstall | ||
1.1.4 / 2018-11-30 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "bigbrother-webpack-plugin", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "bigbrother client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,5 +12,7 @@ const isAliEnv = require('is-ali-env'); | ||
cwd: join(__dirname, '.'), | ||
stdio: ['ignore', 'ignore', 'ignore'], | ||
}); | ||
child.on('message', console.log); | ||
child.on('exit', process.exit); | ||
child.on('message', () => {}); | ||
child.on('exit', () => {}); | ||
child.on('error', () => {}); | ||
}); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
24953
619
2