Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

levelup

Package Overview
Dependencies
Maintainers
1
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.5.0-1 to 0.5.1

2

npm-shrinkwrap.json
{
"name": "levelup",
"version": "0.5.0-1",
"version": "0.5.1",
"dependencies": {

@@ -5,0 +5,0 @@ "errno": {

@@ -24,3 +24,3 @@ {

]
, "version" : "0.5.0-1"
, "version" : "0.5.1"
, "main" : "lib/levelup.js"

@@ -27,0 +27,0 @@ , "dependencies" : {

@@ -38,3 +38,3 @@ /* Copyright (c) 2012-2013 LevelUP contributors

assert.isObject(db)
assert.isFalse(db._options.createIfMissing)
assert.isTrue(db._options.createIfMissing)
assert.isFalse(db._options.errorIfExists)

@@ -93,3 +93,3 @@ assert.equals(db._location, location)

, 'open() with !createIfMissing expects error': function (done) {
levelup(this.cleanupDirs[0] = common.nextLocation(), function (err, db) {
levelup(this.cleanupDirs[0] = common.nextLocation(), { createIfMissing: false }, function (err, db) {
assert(err)

@@ -96,0 +96,0 @@ refute(db)

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