couchdb-force
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "couchdb-force", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Updates documents in CouchDB without having to fetch them", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ # couchdb-force | ||
}, (err) => { | ||
// `err` be a standard `nano` error that might contain the well known | ||
// `err` is a standard `nano` error that might contain the well known | ||
// `err.statusCode`, `err.error` and `err.reason` properties | ||
@@ -79,3 +79,3 @@ console.log('Insertion failed', err); | ||
}, (err) => { | ||
// `err` be a standard `nano` error that might contain the well known | ||
// `err` is a standard `nano` error that might contain the well known | ||
// `err.statusCode`, `err.error` and `err.reason` properties | ||
@@ -82,0 +82,0 @@ console.log('Patch failed', err); |
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