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

pouchdb-adapter-websql

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-websql - npm Package Compare versions

Comparing version 6.3.4 to 6.4.0

4

lib/index.es.js

@@ -77,6 +77,6 @@ import { assign, hasLocalStorage } from 'pouchdb-utils';

var index = function (PouchDB) {
function index (PouchDB) {
PouchDB.adapter('websql', WebSQLPouch, true);
};
}
export default index;

@@ -81,6 +81,6 @@ 'use strict';

var index = function (PouchDB) {
function index (PouchDB) {
PouchDB.adapter('websql', WebSQLPouch, true);
};
}
module.exports = index;
{
"name": "pouchdb-adapter-websql",
"version": "6.3.4",
"version": "6.4.0",
"description": "PouchDB adapter using WebSQL as its data store.",

@@ -12,4 +12,4 @@ "main": "./lib/index.js",

"dependencies": {
"pouchdb-adapter-websql-core": "6.3.4",
"pouchdb-utils": "6.3.4"
"pouchdb-adapter-websql-core": "6.4.0",
"pouchdb-utils": "6.4.0"
},

@@ -16,0 +16,0 @@ "module": "./lib/index.es.js",

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