@types/pouchdb-adapter-leveldb
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "@types/pouchdb-adapter-leveldb", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "TypeScript definitions for pouchdb-adapter-leveldb v5.4.4", | ||
@@ -13,4 +13,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "pouchdb-adapter-leveldb.d.ts" | ||
"dependencies": { | ||
"@types/pouchdb-core": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "56b1543f56dace716c1c03d6cdca30778134f62374c3593a625e42cfc3087c6b" | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 25 Aug 2016 16:56:09 GMT | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: OldUMD | ||
* Library Dependencies: none | ||
* Library Dependencies: pouchdb-core | ||
* Module Dependencies: none | ||
@@ -16,0 +16,0 @@ * Global values: none |
{ | ||
"authors": "Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>", | ||
"definitionFilename": "pouchdb-adapter-leveldb.d.ts", | ||
"libraryDependencies": [], | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"pouchdb-core" | ||
], | ||
"moduleDependencies": [], | ||
@@ -19,6 +21,6 @@ "libraryMajorVersion": "5", | ||
"files": [ | ||
"pouchdb-adapter-leveldb.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "e4ba22094559682f8405ec3dd5341d3ee461152f7027a0a46dd086e99da16cdb" | ||
"contentHash": "56b1543f56dace716c1c03d6cdca30778134f62374c3593a625e42cfc3087c6b" | ||
} |
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
3088
45
1
+ Added@types/pouchdb-core@*
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@0.7.34(transitive)
+ Added@types/pouchdb-core@7.0.15(transitive)
+ Added@types/pouchdb-find@7.3.3(transitive)