@types/pouchdb
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -1,7 +0,1 @@ | ||
// Type definitions for pouchdb 6.4 | ||
// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb | ||
// Definitions by: Andy Brown <https://github.com/AGBrown>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
/// <reference types='pouchdb-adapter-cordova-sqlite' /> | ||
@@ -8,0 +2,0 @@ /// <reference types='pouchdb-adapter-fruitdown' /> |
{ | ||
"name": "@types/pouchdb", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "TypeScript definitions for pouchdb", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb", | ||
"license": "MIT", | ||
@@ -9,18 +10,18 @@ "contributors": [ | ||
"name": "Andy Brown", | ||
"url": "https://github.com/AGBrown", | ||
"githubUsername": "AGBrown" | ||
"githubUsername": "AGBrown", | ||
"url": "https://github.com/AGBrown" | ||
}, | ||
{ | ||
"name": "Brian Geppert", | ||
"url": "https://github.com/geppy", | ||
"githubUsername": "geppy" | ||
"githubUsername": "geppy", | ||
"url": "https://github.com/geppy" | ||
}, | ||
{ | ||
"name": "Frederico Galvão", | ||
"url": "https://github.com/fredgalvao", | ||
"githubUsername": "fredgalvao" | ||
"githubUsername": "fredgalvao", | ||
"url": "https://github.com/fredgalvao" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -49,4 +50,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "3080f27eb6ece03e47cb985f9a46b7ea9cc88cde4ea80ea984cbb072a4c198e1", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "22129652c768c25c08c2b2c559146b875effb8d59f4b343cce61f25ee3b6be75", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,31 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb/index.d.ts) | ||
````ts | ||
/// <reference types='pouchdb-adapter-cordova-sqlite' /> | ||
/// <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' /> | ||
Additional Details | ||
* 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 | ||
declare const plugin: PouchDB.Static; | ||
export = plugin; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 05:47:09 GMT | ||
* Dependencies: [@types/pouchdb-adapter-cordova-sqlite](https://npmjs.com/package/@types/pouchdb-adapter-cordova-sqlite), [@types/pouchdb-adapter-fruitdown](https://npmjs.com/package/@types/pouchdb-adapter-fruitdown), [@types/pouchdb-adapter-http](https://npmjs.com/package/@types/pouchdb-adapter-http), [@types/pouchdb-adapter-idb](https://npmjs.com/package/@types/pouchdb-adapter-idb), [@types/pouchdb-adapter-leveldb](https://npmjs.com/package/@types/pouchdb-adapter-leveldb), [@types/pouchdb-adapter-localstorage](https://npmjs.com/package/@types/pouchdb-adapter-localstorage), [@types/pouchdb-adapter-memory](https://npmjs.com/package/@types/pouchdb-adapter-memory), [@types/pouchdb-adapter-node-websql](https://npmjs.com/package/@types/pouchdb-adapter-node-websql), [@types/pouchdb-adapter-websql](https://npmjs.com/package/@types/pouchdb-adapter-websql), [@types/pouchdb-browser](https://npmjs.com/package/@types/pouchdb-browser), [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core), [@types/pouchdb-http](https://npmjs.com/package/@types/pouchdb-http), [@types/pouchdb-mapreduce](https://npmjs.com/package/@types/pouchdb-mapreduce), [@types/pouchdb-node](https://npmjs.com/package/@types/pouchdb-node), [@types/pouchdb-replication](https://npmjs.com/package/@types/pouchdb-replication) | ||
# Credits | ||
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>. | ||
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). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6377
0
38
17