Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
12
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.7 to 2.9.8

4

lib/types/interfaces.d.ts

@@ -1,2 +0,2 @@

import { Agent } from 'undici';
import { Agent, Dispatcher, ProxyAgent } from 'undici';
import { TelegramResponseParameters } from '../generated';

@@ -8,3 +8,3 @@ import { SoftString, UpdateName } from './types';

/** HTTP(s) agent, used in requests */
agent?: Agent;
agent?: Agent | ProxyAgent | Dispatcher;
/**

@@ -11,0 +11,0 @@ * List of the update types you want your bot to receive

{
"name": "puregram",
"version": "2.9.7",
"version": "2.9.8",
"description": "powerful and modern telegram bot api sdk for node.js and typescript 😁",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc