New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stremio-local-addon

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stremio-local-addon - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

8

lib/manifest.js

@@ -13,7 +13,9 @@ const consts = require('./consts')

// Properties that determine when Stremio picks this add-on
resources: ['catalog', 'meta', 'stream'],
resources: [
'catalog',
{ name: 'meta', types: ['other'], idPrefixes: [consts.PREFIX_LOCAL, consts.PREFIX_BT] },
{ name: 'stream', types: ['movie', 'series'], idPrefixes: [consts.PREFIX_IMDB] },
],
types: ['movie', 'series', 'other'],
idPrefixes: [consts.PREFIX_BT, consts.PREFIX_LOCAL, consts.PREFIX_IMDB],
// @TODO: search?

@@ -20,0 +22,0 @@ catalogs: [

{
"name": "stremio-local-addon",
"version": "1.6.1",
"version": "1.7.0",
"description": "Local add-on to find playable files: .torrent, .mp4, .mkv and .avi",

@@ -5,0 +5,0 @@ "main": "index.js",

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