@types/pouchdb-adapter-leveldb
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -1,8 +0,12 @@ | ||
// Type definitions for pouchdb-adapter-leveldb v6.1.2 | ||
// Type definitions for pouchdb-adapter-leveldb 6.1 | ||
// Project: https://pouchdb.com/ | ||
// 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" /> | ||
// TODO: Fixing this lint error will require a large refactor | ||
/* tslint:disable:no-single-declare-module */ | ||
declare namespace PouchDB { | ||
@@ -16,5 +20,5 @@ namespace LevelDbAdapter { | ||
interface Static { | ||
new<Content extends Core.Encodable>(name: string | void, | ||
options: LevelDbAdapter.LevelDbAdapterConfiguration | ||
): Database<Content>; | ||
new<Content extends {}>(name: string | null, | ||
options: LevelDbAdapter.LevelDbAdapterConfiguration | ||
): Database<Content>; | ||
} | ||
@@ -21,0 +25,0 @@ } |
{ | ||
"name": "@types/pouchdb-adapter-leveldb", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "TypeScript definitions for pouchdb-adapter-leveldb", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "067da0a52b16eab81a401b13e2a40a84c62794c086e020ce27d06065ec4ece90", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "2019da40631d686412a074e3c5ace86711aa4e7597f5dd9db1d446017686df2e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Last updated: Thu, 15 Jun 2017 20:15:09 GMT | ||
* Dependencies: pouchdb-core | ||
@@ -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
3696
24