@parcel/reporter-bundle-buddy
Advanced tools
Comparing version 2.0.0-nightly.1962 to 2.0.0-nightly.1963
{ | ||
"name": "@parcel/reporter-bundle-buddy", | ||
"version": "2.0.0-nightly.1962+8d643288", | ||
"version": "2.0.0-nightly.1963+1f558665", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/plugin": "2.0.0-nightly.340+8d643288" | ||
"@parcel/plugin": "2.0.0-nightly.341+1f558665" | ||
}, | ||
"gitHead": "8d64328859b787164e596a2140cccfa320e3a799" | ||
"gitHead": "1f5586657f1ea8660ca1f06abdd75687851ebbb2" | ||
} |
@@ -6,3 +6,3 @@ // @flow strict-local | ||
export default new Reporter({ | ||
export default (new Reporter({ | ||
async report({event, options}) { | ||
@@ -52,2 +52,2 @@ if (event.type !== 'buildSuccess' || process.env.BUNDLE_BUDDY == null) { | ||
}, | ||
}); | ||
}): Reporter); |
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
4796