New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@parcel/reporter-bundle-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
896
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parcel/reporter-bundle-analyzer - npm Package Compare versions

Comparing version 2.0.0-nightly.1890 to 2.0.0-nightly.1894

4

lib/BundleAnalyzerReporter.js

@@ -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 @@

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