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

template-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

template-bot - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

12

package.json
{
"name": "template-bot",
"version": "0.0.3",
"version": "1.0.0",
"description": "Scaffolding out a Telegram bot",

@@ -9,3 +9,3 @@ "author": "Vitaly Domnikov <dotcypress@gmail.com>",

"repository": {
"url": "telegraf/template-bot",
"url": "git+ssh://git@github.com/telegraf/template-bot",
"type": "git"

@@ -17,3 +17,3 @@ },

"engines": {
"node": ">=6.2.0"
"node": ">=8.5.0"
},

@@ -26,9 +26,9 @@ "files": [

"camelcase": "^4.1.0",
"superb": "^1.3.0"
"superb": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.7.0",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.0.0",

@@ -35,0 +35,0 @@ "eslint-plugin-standard": "^3.0.1"

const { Composer, log } = require('micro-bot')
const bot = new Composer()
bot.use(log())

@@ -5,0 +6,0 @@ bot.command('start', ({ reply }) => reply('Hey!'))

@@ -17,3 +17,3 @@ {

"engines": {
"node": ">=6.2.0"
"node": ">=8.5.0"
},

@@ -23,10 +23,10 @@ "author": "<%= username %> <<%= email %>>",

"dependencies": {
"micro-bot": "^1.3.0"
"micro-bot": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.7.0",
"babel-eslint": "^8.0.1",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.0.0",

@@ -33,0 +33,0 @@ "eslint-plugin-standard": "^3.0.1",

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