New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/pouchdb-adapter-node-websql

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-adapter-node-websql - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

9

pouchdb-adapter-node-websql/index.d.ts

@@ -10,8 +10,3 @@ // Type definitions for pouchdb-adapter-node-websql 6.1

// TODO: Fixing this lint error will require a large refactor
/* tslint:disable:no-single-declare-module */
declare module 'pouchdb-adapter-node-websql' {
const plugin: PouchDB.Plugin;
export = plugin;
}
declare const plugin: PouchDB.Plugin;
export = plugin;
{
"name": "@types/pouchdb-adapter-node-websql",
"version": "6.1.1",
"version": "6.1.2",
"description": "TypeScript definitions for pouchdb-adapter-node-websql",

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

@@ -31,5 +34,4 @@ ],

},
"peerDependencies": {},
"typesPublisherContentHash": "8d72f17590189fc04e9b246dc54d9a110f73c942a1b8d12088f21481e370deb0",
"typesPublisherContentHash": "ba7b374d06f1653697b9ca1a0469760f154214a6a668a33c146d7fba7bcc43c7",
"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-websql

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