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

levelup

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

levelup - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1

29

package.json
{
"name": "levelup",
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
"version": "0.19.0",
"version": "0.19.1",
"contributors": [

@@ -41,22 +41,23 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)",

"readable-stream": "~1.0.26",
"semver": "~2.3.1",
"semver": "~5.1.0",
"xtend": "~3.0.0"
},
"devDependencies": {
"leveldown": "~0.10.0",
"bustermove": "*",
"tap": "*",
"referee": "*",
"rimraf": "*",
"async": "*",
"boganipsum": "*",
"bustermove": "~1.0.1",
"delayed": "*",
"du": "*",
"fstream": "*",
"tar": "*",
"leveldown": "~0.10.0",
"memdown": "^0.11.0",
"mkfiletree": "*",
"msgpack-js": "*",
"readfiletree": "*",
"referee": "*",
"rimraf": "*",
"slow-stream": ">=0.0.4",
"delayed": "*",
"boganipsum": "*",
"du": "*",
"memdown": "*",
"msgpack-js": "*"
"tap": "2.x.x",
"tape": "4.x.x",
"tar": "*"
},

@@ -69,3 +70,3 @@ "browser": {

"scripts": {
"test": "tap test/*-test.js --stderr",
"test": "tap test/*-test.js",
"functionaltests": "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js",

@@ -72,0 +73,0 @@ "alltests": "npm test && npm run-script functionaltests"

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