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

bbpr

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bbpr - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "3.0.5"
"version": "3.0.6"
}

@@ -5,2 +5,2 @@ #!/ usr/bin/env node

if (backupConfig) fs.writeFileSync('bbpr.config.js', backupConfig)
if (backupConfig) fs.writeFileSync(`${__dirname}/bbpr.config.js`, backupConfig)
#!/ usr/bin/env node
const fs = require('fs')
module.exports = fs.existsSync('bbpr.config.js') ? fs.readFileSync('bbpr.config.js', 'utf-8') : ''
module.exports = fs.existsSync(`${__dirname}/bbpr.config.js`) ? fs.readFileSync(`${__dirname}/bbpr.config.js`, 'utf-8') : ''
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