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

pouchdb-utils

Package Overview
Dependencies
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-utils - npm Package Compare versions

Comparing version 6.3.4 to 6.4.0

2

lib/index-browser.es.js

@@ -484,3 +484,3 @@ import uuidV4 from 'uuid';

/* istanbul ignore else */
if (console !== 'undefined' && method in console) {
if (typeof console !== 'undefined' && typeof console[method] === 'function') {
var args = Array.prototype.slice.call(arguments, 1);

@@ -487,0 +487,0 @@ console[method].apply(console, args);

@@ -490,3 +490,3 @@ 'use strict';

/* istanbul ignore else */
if (console !== 'undefined' && method in console) {
if (typeof console !== 'undefined' && typeof console[method] === 'function') {
var args = Array.prototype.slice.call(arguments, 1);

@@ -493,0 +493,0 @@ console[method].apply(console, args);

@@ -436,3 +436,3 @@ import uuidV4 from 'uuid';

/* istanbul ignore else */
if (console !== 'undefined' && method in console) {
if (typeof console !== 'undefined' && typeof console[method] === 'function') {
var args = Array.prototype.slice.call(arguments, 1);

@@ -439,0 +439,0 @@ console[method].apply(console, args);

@@ -442,3 +442,3 @@ 'use strict';

/* istanbul ignore else */
if (console !== 'undefined' && method in console) {
if (typeof console !== 'undefined' && typeof console[method] === 'function') {
var args = Array.prototype.slice.call(arguments, 1);

@@ -445,0 +445,0 @@ console[method].apply(console, args);

{
"name": "pouchdb-utils",
"version": "6.3.4",
"version": "6.4.0",
"description": "Unassorted utilities used by PouchDB.",

@@ -20,5 +20,5 @@ "main": "./lib/index.js",

"inherits": "2.0.3",
"pouchdb-collections": "6.3.4",
"pouchdb-errors": "6.3.4",
"pouchdb-promise": "6.3.4",
"pouchdb-collections": "6.4.0",
"pouchdb-errors": "6.4.0",
"pouchdb-promise": "6.4.0",
"uuid": "^3.1.0"

@@ -25,0 +25,0 @@ },

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