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.0.0 to 0.0.1

.editorconfig

36

package.json
{
"name": "telegraf",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"description": "Telegram bot framework",
"main": "lib/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"examples": "DEBUG='telegraf:*' supervisor examples/simple-bot.js"
},
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/telegraf/telegraf.git"
},
"keywords": [
"telegraf",
"telegram",
"bot",
"bot framework"
],
"author": "Vitaly Domnikov <dotcypress@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/telegraf/telegraf/issues"
},
"homepage": "https://github.com/telegraf/telegraf#readme",
"dependencies": {
"co-ware": "^1.6.0",
"debug": "^2.2.0",
"form-data": "^1.0.0-rc4",
"koa-compose": "^2.4.0",
"node-fetch": "^1.5.1"
},
"devDependencies": {
"supervisor": "^0.10.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