
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
js-data-rethinkdb
Advanced tools
RethinkDB adapter for the JSData Node.js ORM.
npm install --save js-data js-data-rethinkdb
import { RethinkDBAdapter } from 'js-data-rethinkdb';
// Create an instance of RethinkDBAdapter
const adapter = new RethinkDBAdapter();
// Other JSData setup hidden
// Register the adapter instance
store.registerAdapter('rethinkdb', adapter, { default: true });
Start with the JSData + RethinkDB tutorial or checkout the API Reference Documentation.
Please post a question on Stack Overflow. This is the preferred method.
You can also chat with folks on the Slack Channel. If you end up getting your question answered, please still consider consider posting your question to Stack Overflow (then possibly answering it yourself). Thanks!
Awesome! You can get started over at the Contributing guide.
Thank you!
Copyright (c) 2014-2017 js-data-rethinkdb project authors
3.0.0 - 18 August 2017
Stable 3.0.0 release
FAQs
RethinkDB adapter for js-data.
The npm package js-data-rethinkdb receives a total of 20 weekly downloads. As such, js-data-rethinkdb popularity was classified as not popular.
We found that js-data-rethinkdb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.