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-update.1 to 1.4.1-update.2

1

lib/methods.js

@@ -32,2 +32,3 @@ const fs = require('fs');

if (opt.remove === true) markup['remove_keyboard'] = true;
if (opt.persistent === true) markup['is_persistent'] = true;
if (opt.selective) markup['selective'] = opt.selective;

@@ -34,0 +35,0 @@ return markup;

6

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

@@ -13,4 +13,4 @@ "main": "lib/telebot.js",

"devDependencies": {
"ava": "^3.5.0",
"eslint": "^6.8.0"
"ava": "^5.1.1",
"eslint": "^8.32.0"
},

@@ -17,0 +17,0 @@ "scripts": {

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