@types/pouchdb-adapter-websql
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "@types/pouchdb-adapter-websql", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "TypeScript definitions for pouchdb-adapter-websql v5.4.4", | ||
@@ -13,4 +13,7 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "pouchdb-adapter-websql.d.ts" | ||
"dependencies": { | ||
"@types/pouchdb-core": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "cb24ff499c102a49c3fcb817fc0293c64ecb6af23eb8542d2afb1fa1d2deddd0" | ||
} |
@@ -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-websql.d.ts", | ||
"libraryDependencies": [], | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"pouchdb-core" | ||
], | ||
"moduleDependencies": [], | ||
@@ -19,6 +21,6 @@ "libraryMajorVersion": "5", | ||
"files": [ | ||
"pouchdb-adapter-websql.d.ts" | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "950c63d8a8bbebacdd028b2c91349b87ed97d89d848a9a7f3233282fa8aa5e11" | ||
"contentHash": "cb24ff499c102a49c3fcb817fc0293c64ecb6af23eb8542d2afb1fa1d2deddd0" | ||
} |
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
3319
55
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)