pouchdb-utils
Advanced tools
Comparing version 6.3.4 to 6.4.0
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99766
+ Addedpouchdb-collections@6.4.0(transitive)
+ Addedpouchdb-errors@6.4.0(transitive)
+ Addedpouchdb-promise@6.4.0(transitive)
- Removedpouchdb-collections@6.3.4(transitive)
- Removedpouchdb-errors@6.3.4(transitive)
- Removedpouchdb-promise@6.3.4(transitive)
Updatedpouchdb-collections@6.4.0
Updatedpouchdb-errors@6.4.0
Updatedpouchdb-promise@6.4.0