@parcel/logger
Advanced tools
Comparing version 2.0.0-nightly.167 to 2.0.0-nightly.173
@@ -187,3 +187,5 @@ "use strict"; | ||
// Skip if console isn't patched... | ||
if (!consolePatched) return; // $FlowFixMe | ||
if (!consolePatched) return; | ||
/* eslint-disable no-console */ | ||
// $FlowFixMe | ||
@@ -199,2 +201,4 @@ console.log = INTERNAL_ORIGINAL_CONSOLE.log; // $FlowFixMe | ||
console.error = INTERNAL_ORIGINAL_CONSOLE.error; | ||
/* eslint-enable no-console */ | ||
consolePatched = false; | ||
@@ -201,0 +205,0 @@ } |
{ | ||
"name": "@parcel/logger", | ||
"version": "2.0.0-nightly.167+b9e4105c", | ||
"version": "2.0.0-nightly.173+bac3f05f", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@parcel/diagnostic": "2.0.0-nightly.167+b9e4105c", | ||
"@parcel/events": "2.0.0-nightly.167+b9e4105c" | ||
"@parcel/diagnostic": "2.0.0-nightly.173+bac3f05f", | ||
"@parcel/events": "2.0.0-nightly.173+bac3f05f" | ||
}, | ||
"gitHead": "b9e4105c50576ed22a99860e08e65491d4659a43" | ||
"gitHead": "bac3f05fa31574338f14ab9cd2c9bd78fb1c22ee" | ||
} |
@@ -181,2 +181,3 @@ // @flow strict-local | ||
/* eslint-disable no-console */ | ||
// $FlowFixMe | ||
@@ -197,2 +198,3 @@ console.log = INTERNAL_ORIGINAL_CONSOLE.log; | ||
/* eslint-enable no-console */ | ||
consolePatched = false; | ||
@@ -199,0 +201,0 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
15349
430