Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
couchdb-create-index
Advanced tools
Create CouchDB index from object from file or directory.
createIndex(url, source[, options], callback)
url
- CouchDB database URLsource
- Can be a Couchapp Directory Tree, JSON file or CommonJS/Node module. Please see couchdb-compile for in depth information about source handling.callback
- called when done with a response
object describing the status of all operations.var createIndex = require('couchdb-create-index')
createIndex('http://localhost:5984/mydb', 'couchdb/index.json', function(error, response) {
// here we go
})
couchdb-create-index URL [SOURCE]
When SOURCE
is omitted, the current directory will be used.
couchdb-create-index http://localhost:5984/mydb couchdb/index.json
npm test
(c) 2018 Johannes J. Schmidt, licensed under Apache-2.0
FAQs
Create CouchDB index from file or directory.
We found that couchdb-create-index 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.