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

@stremio-addon/linter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stremio-addon/linter - npm Package Compare versions

Comparing version
0.0.5
to
1.0.0
+4
-3
package.json
{
"name": "@stremio-addon/linter",
"version": "0.0.5",
"version": "1.0.0",
"description": "Community Stremio Addon SDK validation using stremio-addon-linter",

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

"dependencies": {
"@stremio-addon/sdk": "^0.3.0"
"@stremio-addon/sdk": "^1.0.0"
},

@@ -45,4 +45,5 @@ "peerDependencies": {

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