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

@parcel/utils

Package Overview
Dependencies
Maintainers
1
Versions
905
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/utils - npm Package Compare versions

Comparing version 2.0.0-nightly.230 to 2.0.0-nightly.232

2

lib/replaceBundleReferences.js

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

(0, _assert.default)(resolved.type === 'bundle_group');
let [entryBundle] = bundleGraph.getBundlesInBundleGroup(resolved.value);
let entryBundle = bundleGraph.getBundlesInBundleGroup(resolved.value).pop();

@@ -62,0 +62,0 @@ if (entryBundle.isInline) {

{
"name": "@parcel/utils",
"version": "2.0.0-nightly.230+b2b56a27",
"version": "2.0.0-nightly.232+6bf8145c",
"description": "Blazing fast, zero configuration web application bundler",

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

"@iarna/toml": "^2.2.0",
"@parcel/codeframe": "2.0.0-nightly.230+b2b56a27",
"@parcel/diagnostic": "2.0.0-nightly.230+b2b56a27",
"@parcel/logger": "2.0.0-nightly.230+b2b56a27",
"@parcel/markdown-ansi": "2.0.0-nightly.230+b2b56a27",
"@parcel/codeframe": "2.0.0-nightly.232+6bf8145c",
"@parcel/diagnostic": "2.0.0-nightly.232+6bf8145c",
"@parcel/logger": "2.0.0-nightly.232+6bf8145c",
"@parcel/markdown-ansi": "2.0.0-nightly.232+6bf8145c",
"ansi-html": "^0.0.7",

@@ -44,3 +44,3 @@ "chalk": "^2.4.2",

},
"gitHead": "b2b56a27bc36d86e5221ec91dbf2fe11787e0c45"
"gitHead": "6bf8145c61334e29e20f0619d6ce52b9dcd1f236"
}

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

invariant(resolved.type === 'bundle_group');
let [entryBundle] = bundleGraph.getBundlesInBundleGroup(resolved.value);
let entryBundle = bundleGraph.getBundlesInBundleGroup(resolved.value).pop();
if (entryBundle.isInline) {

@@ -63,0 +63,0 @@ // If a bundle is inline, it should be replaced with inline contents,

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