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

pouchdb-adapter-idb

Package Overview
Dependencies
Maintainers
3
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 6.0.6 to 6.0.7

3

lib/index.js

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

var pouchdbAdapterUtils = require('pouchdb-adapter-utils');
var jsExtend = require('js-extend');
var Promise = _interopDefault(require('pouchdb-promise'));

@@ -198,3 +197,3 @@ var pouchdbJson = require('pouchdb-json');

readBlobData(body, type, asBlob, function (data) {
row.doc._attachments[att] = jsExtend.extend(
row.doc._attachments[att] = pouchdbUtils.jsExtend(
pouchdbUtils.pick(attObj, ['digest', 'content_type']),

@@ -201,0 +200,0 @@ {data: data}

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

@@ -16,15 +16,14 @@ "main": "./lib/index.js",

"peerDependencies": {
"pouchdb-core": "6.0.6"
"pouchdb-core": "6.0.7"
},
"dependencies": {
"js-extend": "1.0.1",
"pouchdb-adapter-utils": "6.0.6",
"pouchdb-binary-utils": "6.0.6",
"pouchdb-collections": "6.0.6",
"pouchdb-errors": "6.0.6",
"pouchdb-json": "6.0.6",
"pouchdb-merge": "6.0.6",
"pouchdb-promise": "6.0.6",
"pouchdb-utils": "6.0.6"
"pouchdb-adapter-utils": "6.0.7",
"pouchdb-binary-utils": "6.0.7",
"pouchdb-collections": "6.0.7",
"pouchdb-errors": "6.0.7",
"pouchdb-json": "6.0.7",
"pouchdb-merge": "6.0.7",
"pouchdb-promise": "6.0.7",
"pouchdb-utils": "6.0.7"
}
}

@@ -1,2 +0,2 @@

import { extend } from 'js-extend';
import { jsExtend as extend } from 'pouchdb-utils';
import Promise from 'pouchdb-promise';

@@ -3,0 +3,0 @@ import { createError, IDB_ERROR } from 'pouchdb-errors';

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