Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

name-to-imdb

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

name-to-imdb - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

test/basic.js

2

index.js

@@ -49,3 +49,3 @@ var async = require("async");

function metadataFind(query, cb) {
// It's OK if we don't pass type and we don't fetch names, because
// It's OK if we don't pass type and we don't fetch names, because we will go to google fallback
if (query.type && !pulled[query.type]) stremio.call("names."+query.type, { }, function(err, res) {

@@ -52,0 +52,0 @@ if (err) console.error(err);

{
"name": "name-to-imdb",
"version": "1.5.0",
"version": "1.6.0",
"description": "Finds IMDB ID by movie/series name (fuzzily) and optionally year and type",

@@ -30,5 +30,7 @@ "main": "index.js",

"needle": "^1.1.2",
"stremio-addons": "^2.0.2",
"tape": "^4.2.2"
"stremio-addons": "^2.0.2"
},
"devDependencies": {
"tape": "4.x.x"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc