@types/pouchdb-browser
Advanced tools
Comparing version 6.1.3 to 6.1.4
@@ -1,7 +0,1 @@ | ||
// Type definitions for pouchdb-browser 6.1 | ||
// Project: https://pouchdb.com/, https://github.com/pouchdb/pouchdb | ||
// Definitions by: Simon Paulger <https://github.com/spaulg>, 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-core" /> | ||
@@ -8,0 +2,0 @@ /// <reference types="pouchdb-adapter-idb" /> |
{ | ||
"name": "@types/pouchdb-browser", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": "TypeScript definitions for pouchdb-browser", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-browser", | ||
"license": "MIT", | ||
@@ -9,21 +10,22 @@ "contributors": [ | ||
"name": "Simon Paulger", | ||
"url": "https://github.com/spaulg", | ||
"githubUsername": "spaulg" | ||
"githubUsername": "spaulg", | ||
"url": "https://github.com/spaulg" | ||
}, | ||
{ | ||
"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": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/pouchdb-browser" | ||
}, | ||
@@ -39,4 +41,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "e75757b621189d00eb80f3eca7b1306b42621424607f3ad2597e111eff919cfb", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "b5b114875f3f767cfe8c5036ea0416aefcbf9ace169d01b772dc8642ce703ae0", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,13 +5,25 @@ # Installation | ||
# Summary | ||
This package contains type definitions for pouchdb-browser ( https://pouchdb.com/ ). | ||
This package contains type definitions for pouchdb-browser (https://pouchdb.com/). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-browser | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-browser. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-browser/index.d.ts) | ||
````ts | ||
/// <reference types="pouchdb-core" /> | ||
/// <reference types="pouchdb-adapter-idb" /> | ||
/// <reference types="pouchdb-adapter-websql" /> | ||
/// <reference types="pouchdb-adapter-http" /> | ||
/// <reference types="pouchdb-mapreduce" /> | ||
/// <reference types="pouchdb-replication" /> | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:04:44 GMT | ||
* Dependencies: @types/pouchdb-core, @types/pouchdb-adapter-idb, @types/pouchdb-adapter-websql, @types/pouchdb-adapter-http, @types/pouchdb-mapreduce, @types/pouchdb-replication | ||
* Global values: none | ||
declare const PouchDb: PouchDB.Static; | ||
export = PouchDb; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 05:47:09 GMT | ||
* Dependencies: [@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-websql](https://npmjs.com/package/@types/pouchdb-adapter-websql), [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core), [@types/pouchdb-mapreduce](https://npmjs.com/package/@types/pouchdb-mapreduce), [@types/pouchdb-replication](https://npmjs.com/package/@types/pouchdb-replication) | ||
# Credits | ||
These definitions were written by Simon Paulger <https://github.com/spaulg>, Brian Geppert <https://github.com/geppy>, Frederico Galvão <https://github.com/fredgalvao>. | ||
These definitions were written by [Simon Paulger](https://github.com/spaulg), [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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
4362
0
29
8
1