Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

telegraf

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegraf - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

3

lib/app.js

@@ -153,3 +153,3 @@ var debug = require('debug')('telegraf:core')

eventTypes: ['text'],
middleware: function * () {
middleware: function * (next) {
var result = regex.exec(this.message.text)

@@ -162,2 +162,3 @@ if (result) {

}
yield next
}

@@ -164,0 +165,0 @@ })

{
"name": "telegraf",
"version": "0.4.2",
"version": "0.4.3",
"description": "Telegram bot framework",

@@ -5,0 +5,0 @@ "main": "lib/app.js",

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