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

@types/pouchdb

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb - npm Package Compare versions

Comparing version 6.3.1 to 6.3.2

9

pouchdb/index.d.ts

@@ -22,8 +22,3 @@ // Type definitions for pouchdb 6.3

// TODO: Fixing this lint error will require a large refactor
/* tslint:disable:no-single-declare-module */
declare module 'pouchdb' {
const plugin: PouchDB.Static;
export = plugin;
}
declare const plugin: PouchDB.Static;
export = plugin;
{
"name": "@types/pouchdb",
"version": "6.3.1",
"version": "6.3.2",
"description": "TypeScript definitions for pouchdb",

@@ -45,4 +45,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "7cd79beb29ad9bd84716465ab0a83c1f6b7707dc539e34d0809de5af29aafee1",
"typesPublisherContentHash": "cb14b86be466767aef807446a42eee75334dfc2526e4498165e7baed10496638",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 05 Oct 2017 18:29:16 GMT
* Last updated: Thu, 14 Dec 2017 21:33:45 GMT
* 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

@@ -14,0 +14,0 @@ * Global values: none

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