Socket
Socket
Sign inDemoInstall

couchdb-worker

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-worker - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

4

lib/worker.js

@@ -41,4 +41,4 @@ /*

// TODO: maybe use '$worker-config/' + this.name;
this.config_id = 'worker-config/' + this.name;
this.status_id = 'worker-status/' + this.name;
this.config_id = config.configId || 'worker-config/' + this.name;
this.status_id = config.statusId || 'worker-status/' + this.name;
this.configDatabase = config.configDatabase || db;

@@ -45,0 +45,0 @@

{
"name": "couchdb-worker",
"version": "0.5.0",
"version": "0.6.0",
"description": "This is an abstract CouchDB worker that manages worker status and handle attachment processing.",

@@ -5,0 +5,0 @@ "keywords": ["CouchDB", "couchdb-worker", "attachments", "worker", "abstract"],

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