Socket
Socket
Sign inDemoInstall

lmdb

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lmdb - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

57

package.json
{
"name" : "lmdb"
, "description" : "A Low-level, LevelDOWN-compatible, Node.js LMDB binding"
, "contributors" : [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)"
]
, "keywords": [
"lmdb", "mdb", "level", "leveldown"
]
, "version" : "0.1.2"
, "main" : "lmdb.js"
, "dependencies" : {
"bindings" : "~1.1.0"
, "nan" : "~0.3.1"
}
, "devDependencies" : {
"tap" : "*"
, "rimraf" : "*"
, "abstract-leveldown" : "*"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/rvagg/lmdb.git"
}
, "scripts" : {
"test" : "tap ./test.js test/*-test.js --stderr"
}
, "license" : "MIT"
"name": "lmdb",
"description": "A Low-level, LevelDOWN-compatible, Node.js LMDB binding",
"contributors": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)"
],
"keywords": [
"lmdb",
"mdb",
"level",
"leveldown"
],
"version": "0.1.3",
"main": "lmdb.js",
"dependencies": {
"bindings": "~1.1.0",
"nan": "~0.3.1"
},
"devDependencies": {
"tap": "*",
"rimraf": "*",
"abstract-leveldown": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/rvagg/lmdb.git"
},
"scripts": {
"test": "tap ./test.js test/*-test.js --stderr"
},
"license": "MIT"
}

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