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

@parcel/bundler-default

Package Overview
Dependencies
Maintainers
1
Versions
881
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/bundler-default - npm Package Compare versions

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

2

lib/DefaultBundler.js

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

let sharedBundle = bundleGraph.createBundle({
id: (0, _utils.md5FromString)([...sourceBundles].map(b => b.id).join(':')),
uniqueKey: (0, _utils.md5FromString)([...sourceBundles].map(b => b.id).join(':')),
// Allow this bundle to be deduplicated. It shouldn't be further split.

@@ -229,0 +229,0 @@ // TODO: Reconsider bundle/asset flags.

{
"name": "@parcel/bundler-default",
"version": "2.0.0-nightly.107+b2851080",
"version": "2.0.0-nightly.112+9e4870b8",
"license": "MIT",

@@ -19,7 +19,7 @@ "publishConfig": {

"dependencies": {
"@parcel/plugin": "2.0.0-nightly.107+b2851080",
"@parcel/utils": "2.0.0-nightly.107+b2851080",
"@parcel/plugin": "2.0.0-nightly.112+9e4870b8",
"@parcel/utils": "2.0.0-nightly.112+9e4870b8",
"nullthrows": "^1.1.1"
},
"gitHead": "b2851080dd7c4c1df22b2c512ce50d7424c36927"
"gitHead": "9e4870b8c861134e45750671a84bee966eacbd8c"
}

@@ -238,3 +238,3 @@ // @flow strict-local

let sharedBundle = bundleGraph.createBundle({
id: md5FromString([...sourceBundles].map(b => b.id).join(':')),
uniqueKey: md5FromString([...sourceBundles].map(b => b.id).join(':')),
// Allow this bundle to be deduplicated. It shouldn't be further split.

@@ -241,0 +241,0 @@ // TODO: Reconsider bundle/asset flags.

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