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

couchdb-force

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-force - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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);

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