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

telegram-bot-api-client

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-bot-api-client - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

2

dist/request.js

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

uri: query,
formData: JSON.stringify(payload),
formData: payload,
json: true

@@ -14,0 +14,0 @@ };

{
"name": "telegram-bot-api-client",
"version": "1.0.19",
"version": "1.0.20",
"description": "Telegram Bot API",

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

@@ -13,3 +13,3 @@ import * as rp from "request-promise-native";

uri: query,
formData: JSON.stringify(payload),
formData: payload,
json: true

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