@parcel/reporter-bundle-analyzer
Advanced tools
Comparing version 2.0.0-nightly.1890 to 2.0.0-nightly.1894
@@ -32,3 +32,5 @@ "use strict"; | ||
for (let bundle of event.bundleGraph.getBundles()) { | ||
bundlesByTarget.get(bundle.target.name).push(bundle); | ||
if (!bundle.isInline) { | ||
bundlesByTarget.get(bundle.target.name).push(bundle); | ||
} | ||
} | ||
@@ -35,0 +37,0 @@ |
{ | ||
"name": "@parcel/reporter-bundle-analyzer", | ||
"version": "2.0.0-nightly.1890+f65aa4c5", | ||
"version": "2.0.0-nightly.1894+9f71164b", | ||
"license": "MIT", | ||
@@ -19,10 +19,10 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.268+f65aa4c5", | ||
"@parcel/utils": "2.0.0-nightly.268+f65aa4c5", | ||
"@parcel/plugin": "2.0.0-nightly.272+9f71164b", | ||
"@parcel/utils": "2.0.0-nightly.272+9f71164b", | ||
"nullthrows": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@parcel/types": "2.0.0-nightly.268+f65aa4c5" | ||
"@parcel/types": "2.0.0-nightly.272+9f71164b" | ||
}, | ||
"gitHead": "f65aa4c53ab130debfc88f4628eb001f52fb5f63" | ||
"gitHead": "9f71164b910bb7fef050d57d8ef9036f3aa17af6" | ||
} |
@@ -25,3 +25,5 @@ // @flow strict-local | ||
for (let bundle of event.bundleGraph.getBundles()) { | ||
bundlesByTarget.get(bundle.target.name).push(bundle); | ||
if (!bundle.isInline) { | ||
bundlesByTarget.get(bundle.target.name).push(bundle); | ||
} | ||
} | ||
@@ -28,0 +30,0 @@ |
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
163322
1003