@types/pouchdb
Advanced tools
Comparing version 5.4.27 to 5.4.28
@@ -6,16 +6,16 @@ // Type definitions for pouchdb v5.4.4 | ||
/// <reference path='../pouchdb-adapter-fruitdown/pouchdb-adapter-fruitdown.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-http/pouchdb-adapter-http.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-idb/pouchdb-adapter-idb.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-leveldb/pouchdb-adapter-leveldb.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-localstorage/pouchdb-adapter-localstorage.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-memory/pouchdb-adapter-memory.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-node-websql/pouchdb-adapter-node-websql.d.ts' /> | ||
/// <reference path='../pouchdb-adapter-websql/pouchdb-adapter-websql.d.ts' /> | ||
/// <reference path='../pouchdb-browser/pouchdb-browser.d.ts' /> | ||
/// <reference path='../pouchdb-core/pouchdb-core.d.ts' /> | ||
/// <reference path='../pouchdb-http/pouchdb-http.d.ts' /> | ||
/// <reference path='../pouchdb-mapreduce/pouchdb-mapreduce.d.ts' /> | ||
/// <reference path='../pouchdb-node/pouchdb-node.d.ts' /> | ||
/// <reference path='../pouchdb-replication/pouchdb-replication.d.ts' /> | ||
/// <reference types='pouchdb-adapter-fruitdown' /> | ||
/// <reference types='pouchdb-adapter-http' /> | ||
/// <reference types='pouchdb-adapter-idb' /> | ||
/// <reference types='pouchdb-adapter-leveldb' /> | ||
/// <reference types='pouchdb-adapter-localstorage' /> | ||
/// <reference types='pouchdb-adapter-memory' /> | ||
/// <reference types='pouchdb-adapter-node-websql' /> | ||
/// <reference types='pouchdb-adapter-websql' /> | ||
/// <reference types='pouchdb-browser' /> | ||
/// <reference types='pouchdb-core' /> | ||
/// <reference types='pouchdb-http' /> | ||
/// <reference types='pouchdb-mapreduce' /> | ||
/// <reference types='pouchdb-node' /> | ||
/// <reference types='pouchdb-replication' /> | ||
@@ -22,0 +22,0 @@ declare module 'pouchdb' { |
{ | ||
"name": "@types/pouchdb", | ||
"version": "5.4.27", | ||
"version": "5.4.28", | ||
"description": "TypeScript definitions for pouchdb v5.4.4", | ||
@@ -13,4 +13,20 @@ "license": "MIT", | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typings": "index.d.ts" | ||
"dependencies": { | ||
"@types/pouchdb-adapter-fruitdown": "*", | ||
"@types/pouchdb-adapter-http": "*", | ||
"@types/pouchdb-adapter-idb": "*", | ||
"@types/pouchdb-adapter-leveldb": "*", | ||
"@types/pouchdb-adapter-localstorage": "*", | ||
"@types/pouchdb-adapter-memory": "*", | ||
"@types/pouchdb-adapter-node-websql": "*", | ||
"@types/pouchdb-adapter-websql": "*", | ||
"@types/pouchdb-browser": "*", | ||
"@types/pouchdb-core": "*", | ||
"@types/pouchdb-http": "*", | ||
"@types/pouchdb-mapreduce": "*", | ||
"@types/pouchdb-node": "*", | ||
"@types/pouchdb-replication": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "e222919b3b165dd3bbd7ecbbff7846b81281ce390ee3a6b6ecac0a0d58c2cff0" | ||
} |
@@ -11,5 +11,5 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 19 Aug 2016 15:08:24 GMT | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Library Dependencies: pouchdb-adapter-fruitdown, pouchdb-adapter-http, pouchdb-adapter-idb, pouchdb-adapter-leveldb, pouchdb-adapter-localstorage, pouchdb-adapter-memory, pouchdb-adapter-node-websql, pouchdb-adapter-websql, pouchdb-browser, pouchdb-core, pouchdb-http, pouchdb-mapreduce, pouchdb-node, pouchdb-replication | ||
* 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": "index.d.ts", | ||
"libraryDependencies": [], | ||
"libraryDependencies": [ | ||
"pouchdb-adapter-fruitdown", | ||
"pouchdb-adapter-http", | ||
"pouchdb-adapter-idb", | ||
"pouchdb-adapter-leveldb", | ||
"pouchdb-adapter-localstorage", | ||
"pouchdb-adapter-memory", | ||
"pouchdb-adapter-node-websql", | ||
"pouchdb-adapter-websql", | ||
"pouchdb-browser", | ||
"pouchdb-core", | ||
"pouchdb-http", | ||
"pouchdb-mapreduce", | ||
"pouchdb-node", | ||
"pouchdb-replication" | ||
], | ||
"moduleDependencies": [], | ||
@@ -22,3 +37,3 @@ "libraryMajorVersion": "5", | ||
"hasPackageJson": false, | ||
"contentHash": "f821336fa38407f2807a8bac17cba463fa20d23e709069d70fa2c44e38afe590" | ||
"contentHash": "e222919b3b165dd3bbd7ecbbff7846b81281ce390ee3a6b6ecac0a0d58c2cff0" | ||
} |
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
4432
59
14
+ Added@types/pouchdb-adapter-idb@*
+ Added@types/pouchdb-browser@*
+ Added@types/pouchdb-core@*
+ Added@types/pouchdb-http@*
+ Added@types/pouchdb-mapreduce@*
+ Added@types/pouchdb-node@*
+ Added@types/pouchdb-replication@*
+ Added@types/debug@4.1.12(transitive)
+ Added@types/ms@0.7.34(transitive)
+ Added@types/pouchdb-adapter-fruitdown@6.1.6(transitive)
+ Added@types/pouchdb-adapter-http@6.1.6(transitive)
+ Added@types/pouchdb-adapter-idb@6.1.7(transitive)
+ Added@types/pouchdb-adapter-leveldb@6.1.6(transitive)
+ Added@types/pouchdb-adapter-localstorage@6.1.6(transitive)
+ Added@types/pouchdb-adapter-memory@6.1.6(transitive)
+ Added@types/pouchdb-adapter-node-websql@6.1.5(transitive)
+ Added@types/pouchdb-adapter-websql@6.1.7(transitive)
+ Added@types/pouchdb-browser@6.1.5(transitive)
+ Added@types/pouchdb-core@7.0.15(transitive)
+ Added@types/pouchdb-find@7.3.3(transitive)
+ Added@types/pouchdb-http@6.1.5(transitive)
+ Added@types/pouchdb-mapreduce@6.1.10(transitive)
+ Added@types/pouchdb-node@6.1.7(transitive)
+ Added@types/pouchdb-replication@6.4.7(transitive)