pouchdb-utils
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -367,3 +367,3 @@ import { Map } from 'pouchdb-collections'; | ||
if (hasLocalStorage()) { | ||
addEventListener("storage", function (e) { | ||
addEventListener("storage", (e) => { | ||
this.emit(e.key); | ||
@@ -370,0 +370,0 @@ }); |
@@ -373,3 +373,3 @@ 'use strict'; | ||
if (hasLocalStorage()) { | ||
addEventListener("storage", function (e) { | ||
addEventListener("storage", (e) => { | ||
this.emit(e.key); | ||
@@ -376,0 +376,0 @@ }); |
@@ -334,3 +334,3 @@ import cloneBuffer from 'clone-buffer'; | ||
if (hasLocalStorage()) { | ||
addEventListener("storage", function (e) { | ||
addEventListener("storage", (e) => { | ||
this.emit(e.key); | ||
@@ -337,0 +337,0 @@ }); |
@@ -340,3 +340,3 @@ 'use strict'; | ||
if (hasLocalStorage()) { | ||
addEventListener("storage", function (e) { | ||
addEventListener("storage", (e) => { | ||
this.emit(e.key); | ||
@@ -343,0 +343,0 @@ }); |
{ | ||
"name": "pouchdb-utils", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Unassorted utilities used by PouchDB.", | ||
@@ -22,5 +22,5 @@ "main": "./lib/index.js", | ||
"immediate": "3.3.0", | ||
"pouchdb-collections": "8.0.0", | ||
"pouchdb-errors": "8.0.0", | ||
"pouchdb-md5": "8.0.0", | ||
"pouchdb-collections": "8.0.1", | ||
"pouchdb-errors": "8.0.1", | ||
"pouchdb-md5": "8.0.1", | ||
"uuid": "8.3.2" | ||
@@ -27,0 +27,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
93578
+ Addedpouchdb-binary-utils@8.0.1(transitive)
+ Addedpouchdb-collections@8.0.1(transitive)
+ Addedpouchdb-errors@8.0.1(transitive)
+ Addedpouchdb-md5@8.0.1(transitive)
- Removedpouchdb-binary-utils@8.0.0(transitive)
- Removedpouchdb-collections@8.0.0(transitive)
- Removedpouchdb-errors@8.0.0(transitive)
- Removedpouchdb-md5@8.0.0(transitive)
Updatedpouchdb-collections@8.0.1
Updatedpouchdb-errors@8.0.1
Updatedpouchdb-md5@8.0.1