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

@parcel/packager-js

Package Overview
Dependencies
Maintainers
0
Versions
897
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-canary.1654 to 2.0.0-canary.1656

2

lib/dev-prelude.js

@@ -76,3 +76,3 @@ // modules are defined as an array

module.exports,
this
globalObject
);

@@ -79,0 +79,0 @@ }

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

let output = code || '';
wrapped += JSON.stringify(this.bundleGraph.getAssetPublicId(asset)) + ':[function(require,module,exports) {\n' + output + '\n},';
wrapped += JSON.stringify(this.bundleGraph.getAssetPublicId(asset)) + ':[function(require,module,exports,__globalThis) {\n' + output + '\n},';
wrapped += JSON.stringify(deps);

@@ -118,0 +118,0 @@ wrapped += ']';

{
"name": "@parcel/packager-js",
"version": "2.0.0-canary.1654+bfd336acb",
"version": "2.0.0-canary.1656+281efd120",
"license": "MIT",

@@ -20,15 +20,15 @@ "publishConfig": {

"node": ">= 16.0.0",
"parcel": "^2.0.0-canary.1652+bfd336acb"
"parcel": "^2.0.0-canary.1654+281efd120"
},
"dependencies": {
"@parcel/diagnostic": "2.0.0-canary.1654+bfd336acb",
"@parcel/plugin": "2.0.0-canary.1654+bfd336acb",
"@parcel/rust": "2.12.1-canary.3277+bfd336acb",
"@parcel/diagnostic": "2.0.0-canary.1656+281efd120",
"@parcel/plugin": "2.0.0-canary.1656+281efd120",
"@parcel/rust": "2.12.1-canary.3279+281efd120",
"@parcel/source-map": "^2.1.1",
"@parcel/types": "2.0.0-canary.1654+bfd336acb",
"@parcel/utils": "2.0.0-canary.1654+bfd336acb",
"@parcel/types": "2.0.0-canary.1656+281efd120",
"@parcel/utils": "2.0.0-canary.1656+281efd120",
"globals": "^13.2.0",
"nullthrows": "^1.1.1"
},
"gitHead": "bfd336acb30ccedf71350b2ea1717cc69bb4f345"
"gitHead": "281efd1206b3878139ef2b6b7660eda8f7dfa249"
}

@@ -76,3 +76,3 @@ // modules are defined as an array

module.exports,
this
globalObject
);

@@ -79,0 +79,0 @@ }

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

JSON.stringify(this.bundleGraph.getAssetPublicId(asset)) +
':[function(require,module,exports) {\n' +
':[function(require,module,exports,__globalThis) {\n' +
output +

@@ -122,0 +122,0 @@ '\n},';

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