Socket
Socket
Sign inDemoInstall

couchdb-worker

Package Overview
Dependencies
23
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.3 to 1.2.4

4

lib/couchdb-worker.js

@@ -133,3 +133,3 @@ /*

db.insert(doc, function(err, body) {
db.insert(doc, doc._id, function(err, body) {
if (err) {

@@ -165,3 +165,3 @@ feed.emit('worker:error', err, doc);

db.insert(doc, function(err, body) {
db.insert(doc, doc._id, function(err, body) {
if (err) {

@@ -168,0 +168,0 @@ if (err.error !== 'conflict') {

{
"name": "couchdb-worker",
"description": "CouchDB worker module that manages state",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "https://github.com/jo/couchdb-worker",

@@ -6,0 +6,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc