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

telegraf

Package Overview
Dependencies
Maintainers
3
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 4.8.3 to 4.8.4

12

package.json
{
"name": "telegraf",
"version": "4.8.3",
"version": "4.8.4",
"description": "Modern Telegram Bot Framework",

@@ -17,4 +17,10 @@ "license": "MIT",

"exports": {
".": "./lib/index.js",
"./types": "./types.js"
".": {
"types": "./typings/index.d.ts",
"require": "./lib/index.js"
},
"./types": {
"types": "./types.d.ts",
"require": "./types.js"
}
},

@@ -21,0 +27,0 @@ "files": [

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