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

@parcel/scope-hoisting

Package Overview
Dependencies
Maintainers
1
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/scope-hoisting - npm Package Compare versions

Comparing version 2.0.0-nightly.107 to 2.0.0-nightly.112

2

lib/link.js

@@ -319,3 +319,3 @@ "use strict";

}));
} else if (dep.isWeak && !bundle.env.isLibrary) {
} else if (dep.isWeak && dep.isDeferred) {
path.remove();

@@ -322,0 +322,0 @@ } else {

{
"name": "@parcel/scope-hoisting",
"version": "2.0.0-nightly.107+b2851080",
"version": "2.0.0-nightly.112+9e4870b8",
"description": "Blazing fast, zero configuration web application bundler",

@@ -24,8 +24,8 @@ "license": "MIT",

"@babel/types": "^7.3.3",
"@parcel/diagnostic": "2.0.0-nightly.107+b2851080",
"@parcel/utils": "2.0.0-nightly.107+b2851080",
"@parcel/diagnostic": "2.0.0-nightly.112+9e4870b8",
"@parcel/utils": "2.0.0-nightly.112+9e4870b8",
"babylon-walk": "^1.0.2",
"nullthrows": "^1.1.1"
},
"gitHead": "b2851080dd7c4c1df22b2c512ce50d7424c36927"
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c"
}

@@ -328,3 +328,3 @@ // @flow

);
} else if (dep.isWeak && !bundle.env.isLibrary) {
} else if (dep.isWeak && dep.isDeferred) {
path.remove();

@@ -331,0 +331,0 @@ } else {

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