telegram-bot-bootstrap
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "telegram-bot-bootstrap", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A bootstrap for Telegram bot with directly deployable sample bot and JS-wrapped API methods.", | ||
@@ -5,0 +5,0 @@ "main": "bot.js", |
@@ -5,3 +5,3 @@ // chai assertation library | ||
var bot = require(__dirname + '/../bot.js'); | ||
var bot = require(__dirname + '/../API.js'); | ||
@@ -8,0 +8,0 @@ //============================================== |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1057079