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.
js-data-rethinkdb
Advanced tools
RethinkDB adapter for js-data.
To get started, visit http://js-data.io.
npm install --save js-data js-data-rethinkdb
.
var JSData = require('js-data');
var RethinkDBAdapter = require('js-data-rethinkdb');
var store = new JSData.DS();
var adapter = new RethinkDBAdapter();
// "store" will now use the RethinkDB adapter for all async operations
store.registerAdapter('rethinkdb', adapter, { default: true });
var User = store.defineResource({
name: 'user'
});
js-data-examples/server/rethinkdb
Get started at http://js-data.io
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-rethinkdb project authors
3.0.0-alpha.1 - 26 February 2016
defaults
property, settings are on the adapter instance itselfFAQs
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
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.