@parcel/runtime-js
Advanced tools
Comparing version 2.0.0-nightly.335 to 2.0.0-nightly.339
@@ -234,3 +234,3 @@ "use strict"; | ||
if (bundle.env.outputFormat === 'global') { | ||
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetById(bundleGroup.entryAssetId).publicId}')${// In global output with scope hoisting, functions return exports are | ||
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetPublicId(bundleGraph.getAssetById(bundleGroup.entryAssetId))}')${// In global output with scope hoisting, functions return exports are | ||
// always returned. Otherwise, the exports are returned. | ||
@@ -237,0 +237,0 @@ bundle.env.scopeHoist ? '()' : ''})`; |
{ | ||
"name": "@parcel/runtime-js", | ||
"version": "2.0.0-nightly.335+2928e0e7", | ||
"version": "2.0.0-nightly.339+afc2c9ef", | ||
"license": "MIT", | ||
@@ -23,7 +23,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.335+2928e0e7", | ||
"@parcel/utils": "2.0.0-nightly.335+2928e0e7", | ||
"@parcel/plugin": "2.0.0-nightly.339+afc2c9ef", | ||
"@parcel/utils": "2.0.0-nightly.339+afc2c9ef", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "2928e0e7e748eb58806a0cc661558ae1b2dd4ee2" | ||
"gitHead": "afc2c9efc2cfcd016bc743291706099eaab004e4" | ||
} |
@@ -270,5 +270,5 @@ // @flow strict-local | ||
if (bundle.env.outputFormat === 'global') { | ||
loaders += `.then(() => parcelRequire('${ | ||
bundleGraph.getAssetById(bundleGroup.entryAssetId).publicId | ||
}')${ | ||
loaders += `.then(() => parcelRequire('${bundleGraph.getAssetPublicId( | ||
bundleGraph.getAssetById(bundleGroup.entryAssetId), | ||
)}')${ | ||
// In global output with scope hoisting, functions return exports are | ||
@@ -275,0 +275,0 @@ // always returned. Otherwise, the exports are returned. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
42832