@parcel/runtime-js
Advanced tools
Comparing version 2.0.0-nightly.340 to 2.0.0-nightly.341
{ | ||
"name": "@parcel/runtime-js", | ||
"version": "2.0.0-nightly.340+8d643288", | ||
"version": "2.0.0-nightly.341+1f558665", | ||
"license": "MIT", | ||
@@ -23,7 +23,7 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.340+8d643288", | ||
"@parcel/utils": "2.0.0-nightly.340+8d643288", | ||
"@parcel/plugin": "2.0.0-nightly.341+1f558665", | ||
"@parcel/utils": "2.0.0-nightly.341+1f558665", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"gitHead": "8d64328859b787164e596a2140cccfa320e3a799" | ||
"gitHead": "1f5586657f1ea8660ca1f06abdd75687851ebbb2" | ||
} |
@@ -57,3 +57,3 @@ // @flow strict-local | ||
export default new Runtime({ | ||
export default (new Runtime({ | ||
apply({bundle, bundleGraph, options}) { | ||
@@ -191,3 +191,3 @@ // Dependency ids in code replaced with referenced bundle names | ||
}, | ||
}); | ||
}): Runtime); | ||
@@ -194,0 +194,0 @@ function getLoaderRuntimes({ |
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
43404