Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
name-to-imdb
Advanced tools
Map names of movies/series to IMDB IDs
npm install name-to-imdb
args - string of the name or object with name/year/type - { name: "The Devil Bat", year: 1940, type: "movie" }
args.providers - an array of providers to search in; possible options are metadata
and imdbFind
; default is ["metadata", "imdbFind"]
var nameToImdb = require("name-to-imdb");
nameToImdb({ name: "south park" }, function(err, res, inf) {
console.log(res); // prints "tt0121955"
console.log(inf); // inf contains info on where we matched that name - e.g. metadata, or on imdb
})
FAQs
Finds IMDB ID by movie/series name (fuzzily) and optionally year and type
The npm package name-to-imdb receives a total of 52 weekly downloads. As such, name-to-imdb popularity was classified as not popular.
We found that name-to-imdb 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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.