Socket
Socket
Sign inDemoInstall

@types/pouchdb-adapter-localstorage

Package Overview
Dependencies
4
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.1.1

12

pouchdb-adapter-localstorage/index.d.ts

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

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

@@ -17,5 +21,5 @@ namespace LocalStorageAdapter {

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

@@ -22,0 +26,0 @@ }

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

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

"peerDependencies": {},
"typesPublisherContentHash": "1205d41503f87a4342094b3a3bf1822ac3507ac8477feb38053de9ff0cc19e61",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "9d47715cacc5de2d062aad8c25610f698a9ac25b83f1970bbbac0489a5b80249",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc