New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/logger

Package Overview
Dependencies
Maintainers
1
Versions
911
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/logger - npm Package Compare versions

Comparing version 2.0.0-nightly.167 to 2.0.0-nightly.173

6

lib/Logger.js

@@ -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 @@ }

8

package.json
{
"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 @@ }

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