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

@ponomarevlad/telebot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ponomarevlad/telebot - npm Package Compare versions

Comparing version 1.4.1-edge.1 to 1.4.1-edge.2

7

lib/telebot.js

@@ -348,5 +348,8 @@ import standardUpdates from './updates.js';

const options = {method: "post"};
const options = {method: "post", headers: new Headers()};
if (form) options.body = new URLSearchParams(form);
if (form) {
options.body = new URLSearchParams(form);
options.headers.set("Content-Type", "application/x-www-form-urlencoded;charset=UTF-8");
}

@@ -353,0 +356,0 @@ if (data) {

{
"name": "@ponomarevlad/telebot",
"version": "1.4.1-edge.1",
"version": "1.4.1-edge.2",
"description": "The easy way to write Telegram bots.",

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

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