Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.1.1 to 1.2.0

4

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

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

"faucet": "~0.0.1",
"leveldown": "~1.1.0",
"leveldown": "^1.1.0",
"memdown": "~1.0.0",

@@ -53,0 +53,0 @@ "msgpack-js": "~0.3.0",

@@ -34,3 +34,3 @@ /* Copyright (c) 2012-2015 LevelUP contributors

return false
if (!/Installed version of LevelDOWN \(0\.0\.0\) does not match required version \(~\d+\.\d+\.\d+\)/.test(err.message))
if (!/Installed version of LevelDOWN \(0\.0\.0\) does not match required version \(\^\d+\.\d+\.\d+\)/.test(err.message))
return false

@@ -37,0 +37,0 @@ return true

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