New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.2 to 1.3.3

5

History.md
1.3.3 / 2019-02-19
==================
* fix: 修复 smp error message
1.3.2 / 2019-01-24

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

10

lib/BigBrotherWebpackPlugin.js

@@ -34,3 +34,6 @@ "use strict";

_this.simepleReport(stats);
setTimeout(callback, 1000);
setImmediate(function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) {
callback();
return [2 /*return*/];
}); }); });
return;

@@ -41,3 +44,6 @@ }

: _this.simepleReport(stats);
callback();
setImmediate(function () { return tslib_1.__awaiter(_this, void 0, void 0, function () { return tslib_1.__generator(this, function (_a) {
callback();
return [2 /*return*/];
}); }); });
});

@@ -44,0 +50,0 @@ return;

2

package.json
{
"name": "bigbrother-webpack-plugin",
"version": "1.3.2",
"version": "1.3.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