Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/pouchdb-browser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb-browser - npm Package Compare versions

Comparing version 6.1.3 to 6.1.4

6

pouchdb-browser/index.d.ts

@@ -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" />

24

pouchdb-browser/package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc