Socket
Socket
Sign inDemoInstall

pouchdb-utils

Package Overview
Dependencies
Maintainers
9
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 8.0.0 to 8.0.1

2

lib/index-browser.es.js

@@ -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 @@ },

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