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

pouchdb-adapter-websql-core

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-core - npm Package Compare versions

Comparing version 6.1.2 to 6.2.0

3

lib/index.es.js

@@ -1086,2 +1086,3 @@ import { assign, changesHandler, clone, filterChange, guardedConsole, hasLocalStorage, pick, toPromise, uuid } from 'pouchdb-utils';

api._remote = false;
api.type = function () {

@@ -1154,3 +1155,3 @@ return 'websql';

if(!opts.rev) {
if (!opts.rev) {
sql = select(

@@ -1157,0 +1158,0 @@ SELECT_DOCS,

@@ -1088,2 +1088,3 @@ 'use strict';

api._remote = false;
api.type = function () {

@@ -1156,3 +1157,3 @@ return 'websql';

if(!opts.rev) {
if (!opts.rev) {
sql = select(

@@ -1159,0 +1160,0 @@ SELECT_DOCS,

{
"name": "pouchdb-adapter-websql-core",
"version": "6.1.2",
"version": "6.2.0",
"description": "Underlying adapter code for WebSQL and SQLite-based PouchDB adapters.",

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

"dependencies": {
"pouchdb-adapter-utils": "6.1.2",
"pouchdb-binary-utils": "6.1.2",
"pouchdb-collections": "6.1.2",
"pouchdb-errors": "6.1.2",
"pouchdb-json": "6.1.2",
"pouchdb-merge": "6.1.2",
"pouchdb-utils": "6.1.2"
"pouchdb-adapter-utils": "6.2.0",
"pouchdb-binary-utils": "6.2.0",
"pouchdb-collections": "6.2.0",
"pouchdb-errors": "6.2.0",
"pouchdb-json": "6.2.0",
"pouchdb-merge": "6.2.0",
"pouchdb-utils": "6.2.0"
},

@@ -21,0 +21,0 @@ "files": [

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