🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

webpack-runtime-api

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webpack-runtime-api - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+8
-2
dist/mod.js

@@ -102,6 +102,12 @@ "use strict";

const watching = compiler.watch({}, (err, stats) => {
if (err || !stats)
if (err || !stats) {
lastStatus = [undefined, err || new Error("No stats from build")];
else
}
else {
lastStatus = [stats];
console.log(stats.toString({
preset: "minimal",
colors: true,
}));
}
for (const deferred of waiting) {

@@ -108,0 +114,0 @@ if (lastStatus.length === 2)

+1
-1
{
"name": "webpack-runtime-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "files": [