subleveldown
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
11173