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.1.0 to 2.0.0

2

leveldown.js

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

if (this.db.db.type === 'subdown' && this.db.db.prefix) {
this.prefix = this.db.db.prefix.slice(0, -1) + this.prefix
this.prefix = this.db.db.prefix + this.prefix
this.leveldown = this.db.db.leveldown

@@ -68,0 +68,0 @@ } else {

{
"name": "subleveldown",
"version": "1.1.0",
"version": "2.0.0",
"description": "sublevels implemented using leveldowns",

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

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