Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "vs-bot", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A simple VS Code bot npm package", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node src/index.js" | ||
"start": "node src/index.js" | ||
}, | ||
"keywords": [ | ||
"VS Code", | ||
"bot", | ||
"npm package" | ||
"VS Code", | ||
"bot", | ||
"npm package" | ||
], | ||
@@ -18,5 +18,5 @@ "author": "criiime", | ||
"axios": "^1.6.8", | ||
"fs": "^0.0.1-security" | ||
} | ||
} | ||
"fs": "^0.0.1-security", | ||
"readline-sync": "^1.4.10" | ||
} | ||
} |
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
2143
3
+ Addedreadline-sync@^1.4.10
+ Addedreadline-sync@1.4.10(transitive)