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.
RethinkDBAdapter
Guide - Learn how to use RethinkDBAdapter
The MIT License (MIT)
Copyright (c) 2014-2016 js-data-rethinkdb project authors
3.0.0-beta.2 - 29 April 2016
How you must now import in ES2015:
import RethinkDBAdapter from 'js-data-rethinkdb'
const adapter = new RethinkDBAdapter()
or
import {RethinkDBAdapter, version} from 'js-data-rethinkdb'
console.log(version)
const adapter = new RethinkDBAdapter()
How you must now import in ES5:
var JSDataRethinkDB = require('js-data-rethinkdb')
var RethinkDBAdapter = JSDataRethinkDB.RethinkDBAdapter
var adapter = new RethinkDBAdapter()
OPERATORS
is now an export, not a static property of the RethinkDBAdapter
class.
Moved some dist
files to release
to reduce noise
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
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.