New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sublevel-pouchdb

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sublevel-pouchdb - npm Package Compare versions

Comparing version 6.3.4 to 6.4.0

2

lib/index.es.js

@@ -348,3 +348,3 @@ import ltgt from 'ltgt';

/* istanbul ignore if */
if (err) {
if (err && err.message !== 'iterator has ended') {
self.emit('error', err);

@@ -351,0 +351,0 @@ }

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

/* istanbul ignore if */
if (err) {
if (err && err.message !== 'iterator has ended') {
self.emit('error', err);

@@ -355,0 +355,0 @@ }

{
"name": "sublevel-pouchdb",
"version": "6.3.4",
"version": "6.4.0",
"description": "Fork of level-sublevel with ony the subset of the API that PouchDB uses",

@@ -19,3 +19,3 @@ "main": "./lib/index.js",

"inherits": "2.0.3",
"level-codec": "7.0.0",
"level-codec": "7.0.1",
"ltgt": "2.2.0",

@@ -22,0 +22,0 @@ "readable-stream": "1.0.33"

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