
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
node-red-contrib-couchdb
Advanced tools
Accessor nodes for Apache CouchDB from Node-RED.
Use npm install node-red-contrib-couchdb
to install.
This package provides some nodes that can be used in conjunction with an Apache CouchDB. Specifically,
we can insert new documents and query/retrieve existing documents. For the insertion, we supply the
JavaScript document in the msg.payload
property which could include the _id
property to
provide the identity. If we are updating the document, then a valid _rev
property should also be present.
For a query/retrieval, we have the choice of either retrieving by id value or by a design document view search.
For an id, specify the _id
value as the msg.payload
. For a design document view retrieval, supply
the search key in msg.payload
.
In both cases, the document is returned as the output msg.payload
.
To connect to the database, the URL for the CouchDB server should be supplied along with the database name for the database to be accessed.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
Neil Kolban
Apache 2.0
FAQs
A node-red couchdb node
The npm package node-red-contrib-couchdb receives a total of 4 weekly downloads. As such, node-red-contrib-couchdb popularity was classified as not popular.
We found that node-red-contrib-couchdb 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.