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.2 to 1.1.3

5

History.md
1.1.3 / 2018-11-29
==================
* fix: upload data fix
1.1.2 / 2018-11-29

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

4

lib/BigBrotherWebpackPlugin.js

@@ -44,3 +44,3 @@ "use strict";

data = _a.sent();
fun = process.env.NODE_ENV === 'production' ? 'postBuild' : 'postDev';
fun = process.env.NODE_ENV === 'development' ? 'postDev' : 'postBuild';
try {

@@ -97,3 +97,3 @@ this.satori[fun](data);

node: node,
alinode: alinode,
alinode: alinode || null,
},

@@ -100,0 +100,0 @@ git: utils_1.getGitInfo(this.cwd),

{
"name": "bigbrother-webpack-plugin",
"version": "1.1.2",
"version": "1.1.3",
"description": "bigbrother client",

@@ -5,0 +5,0 @@ "main": "lib/index.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