@types/pouchdb
Advanced tools
Comparing version 6.3.3 to 6.4.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for pouchdb 6.3 | ||
// Type definitions for pouchdb 6.4 | ||
// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb | ||
@@ -7,2 +7,3 @@ // Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao> | ||
/// <reference types='pouchdb-adapter-cordova-sqlite' /> | ||
/// <reference types='pouchdb-adapter-fruitdown' /> | ||
@@ -9,0 +10,0 @@ /// <reference types='pouchdb-adapter-http' /> |
{ | ||
"name": "@types/pouchdb", | ||
"version": "6.3.3", | ||
"version": "6.4.0", | ||
"description": "TypeScript definitions for pouchdb", | ||
@@ -27,6 +27,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/pouchdb" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/pouchdb-adapter-cordova-sqlite": "*", | ||
"@types/pouchdb-adapter-fruitdown": "*", | ||
@@ -47,4 +49,4 @@ "@types/pouchdb-adapter-http": "*", | ||
}, | ||
"typesPublisherContentHash": "a2b2c15fabb656c07be6021fa54797f646bb66a2a5251dc0e1c2bd8a9464ab65", | ||
"typesPublisherContentHash": "3080f27eb6ece03e47cb985f9a46b7ea9cc88cde4ea80ea984cbb072a4c198e1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for pouchdb ( https://pouchdb.com/ ). | ||
This package contains type definitions for pouchdb (https://pouchdb.com/). | ||
@@ -12,7 +12,7 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:04:43 GMT | ||
* 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 | ||
* Last updated: Mon, 01 Jul 2019 15:29:05 GMT | ||
* Dependencies: @types/pouchdb-adapter-cordova-sqlite, @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 | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>. | ||
These definitions were written by Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, and Frederico Galvão <https://github.com/fredgalvao>. |
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
4942
22
15
+ Added@types/pouchdb-adapter-cordova-sqlite@1.0.4(transitive)