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

@parcel/packager-js

Package Overview
Dependencies
Maintainers
1
Versions
893
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/packager-js - npm Package Compare versions

Comparing version 2.0.0-nightly.79 to 2.0.0-nightly.85

2

lib/JSPackager.js

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

}) {
return (0, _utils.replaceBundleReferences)({
return (0, _utils.replaceInlineReferences)({
bundle,

@@ -41,0 +41,0 @@ bundleGraph,

{
"name": "@parcel/packager-js",
"version": "2.0.0-nightly.79+287ac639",
"version": "2.0.0-nightly.85+e33d9161",
"license": "MIT",

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

"dependencies": {
"@parcel/plugin": "2.0.0-nightly.79+287ac639",
"@parcel/scope-hoisting": "2.0.0-nightly.79+287ac639",
"@parcel/source-map": "2.0.0-nightly.79+287ac639",
"@parcel/utils": "2.0.0-nightly.79+287ac639"
"@parcel/plugin": "2.0.0-nightly.85+e33d9161",
"@parcel/scope-hoisting": "2.0.0-nightly.85+e33d9161",
"@parcel/source-map": "2.0.0-nightly.85+e33d9161",
"@parcel/utils": "2.0.0-nightly.85+e33d9161"
},
"gitHead": "287ac6397ade28595d56ac73971edb832bda8ff7"
"gitHead": "e33d91613d0ab9f600c93c5f8466f20fe9ca9dce"
}

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

relativeBundlePath,
replaceBundleReferences,
replaceInlineReferences,
} from '@parcel/utils';

@@ -31,3 +31,3 @@ import path from 'path';

function replaceReferences({contents, map}) {
return replaceBundleReferences({
return replaceInlineReferences({
bundle,

@@ -34,0 +34,0 @@ bundleGraph,

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