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

to
2.0.0-nightly.1963

10

package.json
{
"name": "@parcel/reporter-bundle-analyzer",
"version": "2.0.0-nightly.1962+8d643288",
"version": "2.0.0-nightly.1963+1f558665",
"license": "MIT",

@@ -23,10 +23,10 @@ "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"
},
"devDependencies": {
"@parcel/types": "2.0.0-nightly.340+8d643288"
"@parcel/types": "2.0.0-nightly.341+1f558665"
},
"gitHead": "8d64328859b787164e596a2140cccfa320e3a799"
"gitHead": "1f5586657f1ea8660ca1f06abdd75687851ebbb2"
}

@@ -11,3 +11,3 @@ // @flow strict-local

export default new Reporter({
export default (new Reporter({
async report({event, options}) {

@@ -97,3 +97,3 @@ if (

},
});
}): Reporter);

@@ -100,0 +100,0 @@ type BundleData = {|