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

gramio

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gramio - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

13

package.json
{
"name": "gramio",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "Powerful, extensible and really type-safe Telegram Bot API framework",

@@ -44,6 +44,6 @@ "main": "dist/index.cjs",

"@biomejs/biome": "1.9.4",
"@types/bun": "^1.1.12",
"@types/bun": "^1.1.14",
"@types/debug": "^4.1.12",
"pkgroll": "^2.5.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},

@@ -54,5 +54,5 @@ "dependencies": {

"@gramio/files": "^0.1.0",
"@gramio/format": "^0.1.4",
"@gramio/format": "^0.1.5",
"@gramio/keyboards": "^1.0.0",
"@gramio/types": "^7.11.0",
"@gramio/types": "^8.0.6",
"debug": "^4.3.7",

@@ -62,3 +62,6 @@ "inspectable": "^3.0.2",

},
"overrides": {
"@gramio/types": "^8.0.6"
},
"files": ["dist"]
}

@@ -5,3 +5,3 @@ # GramIO

[![Bot API](https://img.shields.io/badge/Bot%20API-7.11-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
[![Bot API](https://img.shields.io/badge/Bot%20API-8.0-blue?logo=telegram&style=flat&labelColor=000&color=3b82f6)](https://core.telegram.org/bots/api)
[![npm](https://img.shields.io/npm/v/gramio?logo=npm&style=flat&labelColor=000&color=3b82f6)](https://www.npmjs.org/package/gramio)

@@ -15,3 +15,3 @@ [![JSR](https://jsr.io/badges/@gramio/core)](https://jsr.io/@gramio/core)

✨ **Extensible** - Our plugin and hook system is awesome
✨ **Extensible** - Our [plugin](https://gramio.dev/plugins/) and [hook](https://gramio.dev/hooks/overview) system is awesome

@@ -29,3 +29,3 @@ 🛡️ **Type-safe** - Written in TypeScript with love ❤️

```bash [npm]
npm create gramio ./bot
npm create gramio@latest ./bot
```

@@ -32,0 +32,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