@types/pouchdb-browser
Advanced tools
Comparing version 6.1.1 to 6.1.2
@@ -14,8 +14,3 @@ // Type definitions for pouchdb-browser 6.1 | ||
// TODO: Fixing this lint error will require a large refactor | ||
/* tslint:disable:no-single-declare-module */ | ||
declare module 'pouchdb-browser' { | ||
const PouchDb: PouchDB.Static; | ||
export = PouchDb; | ||
} | ||
declare const PouchDb: PouchDB.Static; | ||
export = PouchDb; |
{ | ||
"name": "@types/pouchdb-browser", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "TypeScript definitions for pouchdb-browser", | ||
@@ -9,11 +9,14 @@ "license": "MIT", | ||
"name": "Simon Paulger", | ||
"url": "https://github.com/spaulg" | ||
"url": "https://github.com/spaulg", | ||
"githubUsername": "spaulg" | ||
}, | ||
{ | ||
"name": "Brian Geppert", | ||
"url": "https://github.com/geppy" | ||
"url": "https://github.com/geppy", | ||
"githubUsername": "geppy" | ||
}, | ||
{ | ||
"name": "Frederico Galvão", | ||
"url": "https://github.com/fredgalvao" | ||
"url": "https://github.com/fredgalvao", | ||
"githubUsername": "fredgalvao" | ||
} | ||
@@ -35,5 +38,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1e6d7f6ae68b73c711e7a8d7cecc2187cfcdeeb84000527808395706faf78603", | ||
"typesPublisherContentHash": "3591c235865f0610af6bebca88b6e8c641e6972c101d5af15747ee71883b3e98", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT | ||
* Last updated: Thu, 14 Dec 2017 21:33:45 GMT | ||
* Dependencies: pouchdb-core, pouchdb-adapter-idb, pouchdb-adapter-websql, pouchdb-adapter-http, pouchdb-mapreduce, pouchdb-replication | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
3720
13