🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@stremio-addon/compat

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stremio-addon/compat - npm Package Compare versions

Comparing version
0.0.12
to
0.0.13
+4
-3
package.json
{
"name": "@stremio-addon/compat",
"version": "0.0.12",
"version": "0.0.13",
"description": "Drop-in compatibility package to adopt addons built with the official Stremio Addon SDK",

@@ -56,3 +56,3 @@ "type": "module",

"@stremio-addon/node-express": "0.1.3",
"@stremio-addon/sdk": "0.3.3",
"@stremio-addon/sdk": "0.3.4",
"@stremio-addon/linter": "0.0.5"

@@ -64,4 +64,5 @@ },

"build": "tsc",
"build:watch": "tsc --watch"
"build:watch": "tsc --watch",
"typecheck": "tsc --noEmit"
}
}