pouchdb-errors
Advanced tools
Comparing version 8.0.1 to 9.0.0
@@ -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; |
{ | ||
"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" | ||
] | ||
} |
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
21238
200