sublevel-pouchdb
Advanced tools
Comparing version 6.3.0 to 6.3.1
{ | ||
"name": "sublevel-pouchdb", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses", | ||
@@ -10,3 +10,3 @@ "main": "./lib/index.js", | ||
"repository": "https://github.com/pouchdb/pouchdb", | ||
"jsnext:main": "./src/index.js", | ||
"jsnext:main": "./lib/index.es.js", | ||
"contributors": [ | ||
@@ -17,3 +17,15 @@ { | ||
} | ||
], | ||
"dependencies": { | ||
"inherits": "2.0.3", | ||
"level-codec": "7.0.0", | ||
"ltgt": "2.2.0", | ||
"readable-stream": "1.0.33" | ||
}, | ||
"module": "./lib/index.es.js", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"tonic-example.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
31012
4
5
648
+ Addedinherits@2.0.3
+ Addedlevel-codec@7.0.0
+ Addedltgt@2.2.0
+ Addedreadable-stream@1.0.33
+ Addedcore-util-is@1.0.3(transitive)
+ Addedinherits@2.0.3(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedlevel-codec@7.0.0(transitive)
+ Addedltgt@2.2.0(transitive)
+ Addedreadable-stream@1.0.33(transitive)
+ Addedstring_decoder@0.10.31(transitive)