New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-bot

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-bot - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

18

package.json
{
"name": "create-bot",
"version": "1.1.0",
"version": "2.0.0",
"description": "Telegram bot generator",
"main": "index.js",
"bin": {
"create-bot": "./bin/create-bot"
},
"scripts": {
"test": "eslint ."
},
"engines": {

@@ -18,14 +14,4 @@ "node": ">=8.5.0"

"dependencies": {
"cross-spawn": "^6.0.3",
"sao": "^0.22.8",
"template-bot": "^1.1.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
"sao": "^1.7.0"
}
}

@@ -8,5 +8,2 @@ # create-bot

🔥 If you have installed `yarn v0.24+` or `npm v5+` you good to go without any extra installation!
Just call `yarn create bot` or `npx create-bot`:
```bash

@@ -43,5 +40,1 @@ npm init bot cool-bot

```
# Credits
This is a [CLI](https://en.wikipedia.org/wiki/CLI) that wraps [SAO](https://github.com/egoist/sao) and [template-bot](https://github.com/telegraf/template-bot), so running `create-bot cool-bot` is equivalent to running `sao bot cool-bot`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc