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

subleveldown

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subleveldown - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

index.js

@@ -5,2 +5,3 @@ var subdown = require('./subdown')

module.exports = function(db, prefix, opts) {
if (typeof prefix === 'object' && !opts) return module.exports(db, null, prefix)
if (!opts) opts = {}

@@ -7,0 +8,0 @@

2

package.json
{
"name": "subleveldown",
"version": "1.0.3",
"version": "1.0.4",
"description": "sublevels implemented using leveldowns",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -30,3 +30,3 @@ var util = require('util')

var SubDown = function(db, prefix, separator) {
if (!(this instanceof SubDown)) return new SubDown(db, prefix)
if (!(this instanceof SubDown)) return new SubDown(db, prefix, separator)

@@ -33,0 +33,0 @@ if (!prefix) prefix = ''

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