Socket
Socket
Sign inDemoInstall

@parcel/utils

Package Overview
Dependencies
Maintainers
1
Versions
877
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.97 to 2.0.0-nightly.101

2

lib/replaceBundleReferences.js

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

url.pathname = (0, _nullthrows.default)(toBundle.name);
to = (0, _.urlJoin)((0, _nullthrows.default)(toBundle.target.publicUrl), _url.default.format(url));
to = (0, _.urlJoin)(toBundle.target.publicUrl, _url.default.format(url));
}

@@ -129,0 +129,0 @@

{
"name": "@parcel/utils",
"version": "2.0.0-nightly.97+a63f3fc9",
"version": "2.0.0-nightly.101+fa36fe82",
"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.97+a63f3fc9",
"@parcel/diagnostic": "2.0.0-nightly.97+a63f3fc9",
"@parcel/logger": "2.0.0-nightly.97+a63f3fc9",
"@parcel/markdown-ansi": "2.0.0-nightly.97+a63f3fc9",
"@parcel/codeframe": "2.0.0-nightly.101+fa36fe82",
"@parcel/diagnostic": "2.0.0-nightly.101+fa36fe82",
"@parcel/logger": "2.0.0-nightly.101+fa36fe82",
"@parcel/markdown-ansi": "2.0.0-nightly.101+fa36fe82",
"ansi-html": "^0.0.7",

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

},
"gitHead": "a63f3fc9726483219412920faeb255e035f90747"
"gitHead": "fa36fe822604e5bc19789cd5c1e89b090c3a7471"
}

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

url.pathname = nullthrows(toBundle.name);
to = urlJoin(nullthrows(toBundle.target.publicUrl), URL.format(url));
to = urlJoin(toBundle.target.publicUrl, URL.format(url));
}

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