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

bigbrother-webpack-plugin

Package Overview
Dependencies
Maintainers
1
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.1.5 to 1.1.6

5

History.md
1.1.5 / 2018-11-30
==================
* fix: windows postinstall
1.1.4 / 2018-11-30

@@ -3,0 +8,0 @@ ==================

2

package.json
{
"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', () => {});
});
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