Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "rssbot", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Turn your Discord server into a RSS feed", | ||
@@ -11,6 +11,8 @@ "main": "dist/src/index.js", | ||
"scripts": { | ||
"install": "tsc && npm i -g .", | ||
"basic-install": "tsc && npm i -g .", | ||
"update-cmd": "ts-node bin/main.ts register", | ||
"delete-cmd": "ts-node bin/main.ts unregister", | ||
"publish": "npm i && tsc && npm publish" | ||
"update-lock": "npm i", | ||
"dist": "tsc", | ||
"publish-npm": "npm publish" | ||
}, | ||
@@ -17,0 +19,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
32267
0