typescript-telegram-bot-api
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"type": "module", | ||
"name": "typescript-telegram-bot-api", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Telegram Bot API wrapper for Node.js written in TypeScript", | ||
@@ -14,3 +14,3 @@ "repository": "github:Borodin/typescript-telegram-bot-api", | ||
"format:check": "prettier --check '{src,tests}/**/*.ts'", | ||
"build": "tsc && find dist -type f -name '*.js' -exec sh -c 'mv \"$0\" \"${0%.js}.mjs\"' {} \\;" | ||
"build": "tsc --module commonjs" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
234187
5533