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

@streamsty/telebot

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamsty/telebot - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

0

lib/methods.js

@@ -0,0 +0,0 @@ const fs = require('fs');

2

lib/telebot.js

@@ -543,2 +543,3 @@ const request = require('request');

const parseMode = opt.parseMode || opt.parse;
const protectContent = opt.protectContent || opt.protect;
const replyToMessage = opt.replyToMessage || opt.reply;

@@ -551,2 +552,3 @@ const replyMarkup = opt.replyMarkup || opt.markup;

if (parseMode) form.parse_mode = parseMode;
if (protectContent) form.protect_content = protectContent;
if (notification) form.disable_notification = true;

@@ -553,0 +555,0 @@ if (webPreview) form.disable_web_page_preview = true;

@@ -0,0 +0,0 @@ // Command regexp

2

package.json
{
"name": "@streamsty/telebot",
"version": "2.1.0",
"version": "2.2.0",
"description": "Port of telebot for Serverless Cloud",

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

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ const startDate = {};

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

@@ -341,3 +341,3 @@ ![](http://i.imgur.com/eELz6Aw.jpg)

##### `sendMessage(<chat_id>, <text>, {parseMode, replyToMessage, replyMarkup, notification, webPreview})`
##### `sendMessage(<chat_id>, <text>, {parseMode, protectContent, replyToMessage, replyMarkup, notification, webPreview})`

@@ -344,0 +344,0 @@ Use this method to send text messages.

Sorry, the diff of this file is not supported yet

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