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

tg-yarl

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tg-yarl - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

main.js

@@ -166,3 +166,3 @@ 'use strict';

options.chat_id = chatId;
options.audio = fileLoad(data);
options.voice = fileLoad(data);

@@ -174,3 +174,3 @@ if (this.keyboard) {

return yarl.post(this.url + 'sendVideo', {body: options, json: true, multipart: true});
return yarl.post(this.url + 'sendVoice', {body: options, json: true, multipart: true});
};

@@ -177,0 +177,0 @@

{
"name": "tg-yarl",
"author": "Alexey Bystrov <strikeentco@gmail.com>",
"version": "1.0.1",
"version": "1.0.2",
"description": "A simple Promise based wrapper over Telegram Bot Api with additional features.",

@@ -6,0 +6,0 @@ "engines": {

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