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

pouchdb-adapter-idb

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-idb - npm Package Compare versions

Comparing version 7.0.0 to 7.1.0

8

lib/index.es.js

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

import { assign, pick, changesHandler, nextTick, clone, filterChange, uuid, guardedConsole, toPromise, hasLocalStorage } from 'pouchdb-utils';
import { createError, IDB_ERROR, MISSING_STUB, MISSING_DOC, REV_CONFLICT } from 'pouchdb-errors';
import { preprocessAttachments, processDocs, isLocalId, parseDoc } from 'pouchdb-adapter-utils';
import { safeJsonParse, safeJsonStringify } from 'pouchdb-json';
import { compactTree, collectConflicts, isDeleted, isLocalId as isLocalId$1, traverseRevTree, winningRev, latest } from 'pouchdb-merge';
import { btoa, readAsBinaryString, base64StringToBlobOrBuffer, blob } from 'pouchdb-binary-utils';
import { createError, IDB_ERROR, MISSING_STUB, MISSING_DOC, REV_CONFLICT } from 'pouchdb-errors';
import { Map, Set } from 'pouchdb-collections';
import { preprocessAttachments, processDocs, isLocalId, parseDoc } from 'pouchdb-adapter-utils';
import { compactTree, collectConflicts, isDeleted, isLocalId as isLocalId$1, traverseRevTree, winningRev, latest } from 'pouchdb-merge';
import { assign, pick, changesHandler, nextTick, clone, filterChange, uuid, guardedConsole, toPromise, hasLocalStorage } from 'pouchdb-utils';

@@ -9,0 +9,0 @@ // IndexedDB requires a versioned database structure, so we use the

'use strict';
var pouchdbUtils = require('pouchdb-utils');
var pouchdbErrors = require('pouchdb-errors');
var pouchdbAdapterUtils = require('pouchdb-adapter-utils');
var pouchdbJson = require('pouchdb-json');
var pouchdbMerge = require('pouchdb-merge');
var pouchdbBinaryUtils = require('pouchdb-binary-utils');
var pouchdbErrors = require('pouchdb-errors');
var pouchdbCollections = require('pouchdb-collections');
var pouchdbAdapterUtils = require('pouchdb-adapter-utils');
var pouchdbMerge = require('pouchdb-merge');
var pouchdbUtils = require('pouchdb-utils');

@@ -11,0 +11,0 @@ // IndexedDB requires a versioned database structure, so we use the

{
"name": "pouchdb-adapter-idb",
"version": "7.0.0",
"version": "7.1.0",
"description": "PouchDB adapter using IndexedDB as its data store.",

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

"dependencies": {
"pouchdb-adapter-utils": "7.0.0",
"pouchdb-binary-utils": "7.0.0",
"pouchdb-collections": "7.0.0",
"pouchdb-errors": "7.0.0",
"pouchdb-json": "7.0.0",
"pouchdb-merge": "7.0.0",
"pouchdb-utils": "7.0.0"
"pouchdb-adapter-utils": "7.1.0",
"pouchdb-binary-utils": "7.1.0",
"pouchdb-collections": "7.1.0",
"pouchdb-errors": "7.1.0",
"pouchdb-json": "7.1.0",
"pouchdb-merge": "7.1.0",
"pouchdb-utils": "7.1.0"
},

@@ -21,0 +21,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