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

@types/pouchdb-adapter-idb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb-adapter-idb - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

12

pouchdb-adapter-idb/index.d.ts

@@ -1,8 +0,12 @@

// Type definitions for pouchdb-adapter-idb v6.1.2
// Type definitions for pouchdb-adapter-idb 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 {

@@ -29,5 +33,5 @@ namespace Core {

interface Static {
new<Content extends Core.Encodable>(name: string | void,
options: IdbAdapter.IdbAdapterConfiguration
): Database<Content>;
new<Content extends {}>(name: string | null,
options: IdbAdapter.IdbAdapterConfiguration
): Database<Content>;
}

@@ -34,0 +38,0 @@ }

{
"name": "@types/pouchdb-adapter-idb",
"version": "6.1.0",
"version": "6.1.1",
"description": "TypeScript definitions for pouchdb-adapter-idb",

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

"peerDependencies": {},
"typesPublisherContentHash": "bf07ffeb421c07489a86098b82249ee779b62853998b8d06b71bed451b5d70ae",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "cba6bdc74ae17faa96870f385a4fffe4aa1b204939ca7cf4519bead715008824",
"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

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