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

@types/pouchdb-browser

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb-browser - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

9

pouchdb-browser/index.d.ts

@@ -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

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