
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Rovi is an entertainment hub that provides discovery services for music, movies, tv, and the artists who kasdjaksdsajdkad. They also provide an API through Mashery which exposes this data to be used in other applications. This module is a wrapper around their API and provides some behind the scene helpers like token creation and consolidating their responses.
Note: This module does not provide you with access to the Rovi database. You still must sign up on their developer page for access and generate your API key and Shared Secret
npm install node-rovi
var Rovi = require('node-rovi');
// Construct a new instance of the rovi class giving your api key and shared secret
var rovi = new Rovi({ key: 'YOUR-API-KEY', secret: 'YOUR-SHARED-SECRET' });
// The rovi object provides the standard callback style interface
rovi.getArtists( options, function(err, data) {
// Do something amazing
});
TODO
FAQs
A wrapper around the entertainment based Rovi API
The npm package node-rovi receives a total of 1 weekly downloads. As such, node-rovi popularity was classified as not popular.
We found that node-rovi 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.