Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
couchcache-audit
Advanced tools
An npm and Kanso module for auditing changes to couchcache documents.
npm install couchcache-audit
var audit = require('couchcache-audit').withNano(db, dbName, designName, user)
db
: a Nano moduledbName
: the name of the database to usedesignName
: the name of the design document to useuser
: a String or callback which fetches the usernameYou can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchcache-audit').withNano(db, dbName, auditDbName, designName, user)
var audit = require('couchcache-audit').withFelix(db, user)
db
: a Felix couchcache moduleuser
: a String or callback which fetches the usernameYou can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchcache-audit').withFelix(db, auditDb, user)
Include "couchcache-audit": null
in your kanso.json.
var audit = require('couchcache-audit/kanso').withKanso(db)
Where db
is a Kanso DB module.
You can also optionally pass in a separate db name for storing and retrieving audit documents.
var audit = require('couchcache-audit/kanso').withKanso(db, auditDb)
Then call saveDoc, bulkSave, removeDoc, get, or log.
This package is in its infancy, use with caution.
kanso publish
npm publish
grunt test
for the Node implementation. Deploy to kanso to run the kanso tests.
Builds brought to you courtesy of Travis CI.
FAQs
security holding package
The npm package couchcache-audit receives a total of 0 weekly downloads. As such, couchcache-audit popularity was classified as not popular.
We found that couchcache-audit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.