@parcel/packager-js
Advanced tools
Comparing version 2.0.0-canary.1654 to 2.0.0-canary.1656
@@ -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},'; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
157122