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

bigbrother-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bigbrother-webpack-plugin - npm Package Compare versions

Comparing version 1.7.4 to 1.7.5

LEGAL.md

6

package.json
{
"name": "bigbrother-webpack-plugin",
"version": "1.7.4",
"version": "1.7.5",
"description": "bigbrother client",

@@ -47,7 +47,7 @@ "main": "lib/index.js",

"mocha": "^5.2.0",
"np": "^5.0.1",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.1.3",
"np": "^5.0.1"
"typescript": "^3.1.3"
},

@@ -54,0 +54,0 @@ "lint-staged": {

@@ -20,9 +20,15 @@ const isAliEnv = require('is-ali-env');

const { npm_config_user_agent = '' } = process.env;
if (npm_config_user_agent && !npm_config_user_agent.startsWith('npminstall')) {
const [agent] = npm_config_user_agent.split('/');
params = params.concat([`--by=${agent}`]);
}
child = spawn(bin, params, {
cwd: join(__dirname, '.'),
stdio: ['ignore', 'ignore', 'ignore'],
detached: true,
});
child.on('message', () => {});
child.on('exit', () => {});
child.on('error', () => {});
child.unref();
});
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