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

gramio

Package Overview
Dependencies
Maintainers
1
Versions
52
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.0.8 to 0.0.9

2

dist/updates.d.ts

@@ -14,5 +14,5 @@ import { Context, contextsMappings } from "@gramio/contexts";

handleUpdate(data: TelegramUpdate): Promise<void>;
startPolling(): Promise<null>;
startPolling(): Promise<void>;
startFetchLoop(): Promise<void>;
stopPolling(): void;
}

@@ -59,3 +59,3 @@ "use strict";

this.startFetchLoop();
return null;
return;
}

@@ -62,0 +62,0 @@ async startFetchLoop() {

{
"name": "gramio",
"version": "0.0.8",
"version": "0.0.9",
"description": "WIP",

@@ -8,4 +8,6 @@ "main": "./dist/index.js",

"scripts": {
"type": "tsc --noEmit",
"lint": "bun check ./src",
"lint:fix": "bun lint --apply"
"lint:fix": "bun lint --apply",
"prepublishOnly": "tsc"
},

@@ -16,11 +18,10 @@ "author": "kravets",

"@biomejs/biome": "1.5.3",
"@gramio/types": "^7.0.17",
"@types/node": "^20.11.17"
"@gramio/types": "^7.1.0",
"@types/node": "^20.11.19"
},
"dependencies": {
"@gramio/contexts": "^0.0.1",
"@gramio/contexts": "^0.0.2",
"@gramio/files": "^0.0.3",
"@gramio/format": "^0.0.7",
"@gramio/keyboards": "^0.1.6",
"common-tags": "^1.8.2",
"form-data-encoder": "^4.0.2",

@@ -27,0 +28,0 @@ "inspectable": "^2.1.0",

@@ -0,1 +1,7 @@

# GramIO
Work in progress
Currently support Bot API 7.1
See [Documentation](https://gramio.netlify.app/)
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