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

pouchdb-errors

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-errors - npm Package Compare versions

Comparing version 8.0.1 to 9.0.0

2

lib/index.es.js

@@ -49,3 +49,2 @@ class PouchError extends Error {

// so as to allow proper JSON parsing.
/* jshint ignore:start */
var names = Object.getOwnPropertyNames(error);

@@ -62,3 +61,2 @@ for (var i = 0, len = names.length; i < len; i++) {

/* jshint ignore:end */
if (reason !== undefined) {

@@ -65,0 +63,0 @@ this.reason = reason;

@@ -53,3 +53,2 @@ 'use strict';

// so as to allow proper JSON parsing.
/* jshint ignore:start */
var names = Object.getOwnPropertyNames(error);

@@ -66,3 +65,2 @@ for (var i = 0, len = names.length; i < len; i++) {

/* jshint ignore:end */
if (reason !== undefined) {

@@ -69,0 +67,0 @@ this.reason = reason;

8

package.json
{
"name": "pouchdb-errors",
"version": "8.0.1",
"version": "9.0.0",
"description": "Errors exposed by PouchDB.",

@@ -14,10 +14,8 @@ "main": "./lib/index.js",

},
"jsnext:main": "./lib/index.es.js",
"module": "./lib/index.es.js",
"dependencies": {},
"module": "./lib/index.es.js",
"files": [
"lib",
"dist",
"tonic-example.js"
"dist"
]
}
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