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.0.4 to 1.1.0

16

package.json
{
"name": "create-bot",
"version": "1.0.4",
"version": "1.1.0",
"description": "Telegram bot generator",

@@ -15,3 +15,3 @@ "main": "index.js",

},
"author": "Vitaly Domnikov <dotcypress@gmail.com>",
"author": "Vitaly Domnikov <oss@vitaly.codes>",
"license": "MIT",

@@ -21,12 +21,12 @@ "dependencies": {

"sao": "^0.22.8",
"template-bot": "^1.0.3"
"template-bot": "^1.1.0"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}

@@ -12,3 +12,3 @@ # create-bot

```bash
npx create-bot cool-bot
npm init bot cool-bot
cd cool-bot

@@ -15,0 +15,0 @@ ```

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