Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
netflix-roulette
Advanced tools
A very simple, fully-functional Node wrapper for NetflixRoulette's API that I wrote for some practical experience with Node. Add this module as a dependency in your Node project to access NetflixRoulette with a few easy-to-use functions.
###Install
Use npm install netflix-roulette
in your Node.js project folder.
This will create a new node_modules
folder if one does not already exist. Add it to your dependencies in package.json
.
###Require
var NetflixRoulette = require('netflix-roulette');
###Use
The API currently has three parameters, title
, actor
and director
. This module allows you to query any of them through rather intuitive functions. Since it is an open API, you do not need keys or authentication of any sort.
NetflixRoulette.title('Tucker & Dale vs. Evil', callbackFunc(error, data), 2010);
[year parameter is optional]
NetflixRoulette.actor('Keira Knightley', callbackFunc(error, data));
NetflixRoulette.director('Christopher Nolan', callbackFunc(error, data));
The error
value is set only when there is a problem requesting data from the API. Any errors in finding the data will be reported in the data
variable with error == null
.
Refer to NetflixRoulette's API guide for details on returned data.
Report any bugs from the Issues section.
If you have any questions, contact me @Antrikshy. You can reach, Andrew, the developer of NetflixRoulette @CodeusaSoftware.
FAQs
NetflixRoulette API Wrapper Module
The npm package netflix-roulette receives a total of 0 weekly downloads. As such, netflix-roulette popularity was classified as not popular.
We found that netflix-roulette 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.