Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/logger

Package Overview
Dependencies
Maintainers
1
Versions
906
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.173 to 2.0.0-nightly.177

2

lib/Logger.js

@@ -65,3 +65,2 @@ "use strict";

error(input, realOrigin) {
// $FlowFixMe origin is undefined on PluginInputDiagnostic
let diagnostic = (0, _diagnostic.anyToDiagnostic)(input);

@@ -136,3 +135,2 @@

error(input) {
// $FlowFixMe it should work, don't really wanna mess with the types of logger.error though...
logger.error(input, this.origin);

@@ -139,0 +137,0 @@ }

8

package.json
{
"name": "@parcel/logger",
"version": "2.0.0-nightly.173+bac3f05f",
"version": "2.0.0-nightly.177+db7e3a12",
"description": "Blazing fast, zero configuration web application bundler",

@@ -19,6 +19,6 @@ "license": "MIT",

"dependencies": {
"@parcel/diagnostic": "2.0.0-nightly.173+bac3f05f",
"@parcel/events": "2.0.0-nightly.173+bac3f05f"
"@parcel/diagnostic": "2.0.0-nightly.177+db7e3a12",
"@parcel/events": "2.0.0-nightly.177+db7e3a12"
},
"gitHead": "bac3f05fa31574338f14ab9cd2c9bd78fb1c22ee"
"gitHead": "db7e3a12105630abc44058bff7a88eb612f12e75"
}

@@ -50,3 +50,2 @@ // @flow strict-local

error(input: Diagnostifiable, realOrigin?: string): void {
// $FlowFixMe origin is undefined on PluginInputDiagnostic
let diagnostic = anyToDiagnostic(input);

@@ -134,3 +133,2 @@ if (typeof realOrigin === 'string') {

): void {
// $FlowFixMe it should work, don't really wanna mess with the types of logger.error though...
logger.error(input, this.origin);

@@ -137,0 +135,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