
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
Put your CouchDB in Manta, attachments and docs and all
In JavaScript
var mantaCouch = require('manta-couch')
var mc = mantaCouch({
client: myMantaClient,
path: '~~/stor/my-couchdb',
db: 'http://localhost:5984/my-couchdb',
// If specified, will save sequence in this file, and read from it
// on startup. Highly recommended to avoid extra PUTs!
seqFile: '.sequence',
// you can also optionally specify a numeric sequence here:
seq: 1234
})
In the command line:
mcouch http://localhost:5984/my-couch ~~/stor/my-couchdb
Full options:
mcouch - Relax with the Fishes
Usage: mcouch [args] COUCHDB MANTAPATH
COUCHDB Full url to your couch, like
http://localhost:5984/database
MANTAPATH Remote path in Manta, like
~~/stor/database
-q --seq=SEQ Start at SEQ
-Q --seq-file=FILE Store sequence number in FILE
-a ACCOUNT, --account=ACCOUNT Manta Account (login name)
-h, --help Print this help and exit
-i, --insecure Do not validate SSL certificate
-k FINGERPRINT, --keyId=FINGERPRINT SSH key fingerprint
-u URL, --url=URL Manta URL
-v, --verbose verbose mode
When using the command line, you can also specify all the typical MANTA environment variables, or you can pass the typical Manta command-line arguments.
FAQs
Put your CouchDB in Manta, attachments and docs and all
The npm package mcouch receives a total of 7 weekly downloads. As such, mcouch popularity was classified as not popular.
We found that mcouch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.