@types/pouchdb
Advanced tools
Comparing version 6.3.1 to 6.3.2
@@ -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
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
4581
21