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

xadb

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xadb - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

6

package.json
{
"name": "xadb",
"version": "0.1.0",
"version": "0.2.0",
"main": "./index",
"dependencies": {
"bluebird": "~2.9.24",
"debug": "~2.6.3",
"node-forge": "^0.6.12"
"debug": "^4.1.0",
"node-forge": "^0.7.6"
}
}

@@ -1,13 +0,2 @@

// TODO: This file was created by bulk-decaffeinate.
// Sanity-check the conversion and remove this comment.
const fs = require('fs')
module.exports = chunk => chunk
if (process.env.ADBKIT_DUMP) {
const out = fs.createWriteStream('adbkit.dump')
module.exports = function(chunk) {
out.write(chunk)
return chunk
}
} else {
module.exports = chunk => chunk
}

Sorry, the diff of this file is not supported yet

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