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

@parcel/reporter-bundle-buddy

Package Overview
Dependencies
Maintainers
1
Versions
807
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0-nightly.1962 to 2.0.0-nightly.1963

6

package.json
{
"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);
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