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

bdb

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bdb - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.babelrc

49

package.json
{
"name": "bdb",
"version": "0.0.0",
"description": "Bcoin database library (placeholder)",
"version": "0.0.1",
"description": "Database for bcoin",
"keywords": [
"database",
"db",
"leveldb",
"leveldown",
"levelup"
],
"license": "MIT",

@@ -12,12 +19,36 @@ "repository": "git://github.com/bcoin-org/bdb.git",

"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"keywords": [
"bcoin",
"bitcoin",
"blockchain",
"cryptocurrency"
],
"main": "./lib/bdb.js",
"scripts": {
"browserify": "browserify -s bdb lib/bdb.js | uglifyjs -c > bdb.js",
"clean": "rm -f bdb.js",
"lint": "eslint lib/ test/ || exit 0",
"test": "mocha --reporter spec test/*-test.js",
"webpack": "webpack --config webpack.config.js"
},
"dependencies": {
"leveldown": "2.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^14.5.0",
"eslint": "^4.14.0",
"mocha": "^4.0.1",
"uglify-es": "^3.1.3",
"uglifyjs-webpack-plugin": "^1.1.5",
"webpack": "^3.10.0"
},
"engines": {
"node": ">=7.6.0"
},
"main": "./index.js"
"browser": {
"./lib/level": "./lib/level-browser.js"
},
"browserify": {
"transform": [
"babelify"
]
}
}
index.js
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