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

telegraf

Package Overview
Dependencies
Maintainers
3
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegraf - npm Package Compare versions

Comparing version 4.9.0-canary.7 to 4.9.0-canary.8

3

lib/util.js

@@ -12,2 +12,5 @@ "use strict";

function deprecate(method, ignorable, use, see) {
// don't use deprecate() yet
// wait for a couple minor releases of telegraf so the news reaches more people
return;
const ignorer = `IGNORE_DEPRECATED_${ignorable}`;

@@ -14,0 +17,0 @@ if (exports.env[ignorer])

2

package.json
{
"name": "telegraf",
"version": "4.9.0-canary.7",
"version": "4.9.0-canary.8",
"description": "Modern Telegram Bot Framework",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -23,2 +23,6 @@ import Context from './context'

) {
// don't use deprecate() yet
// wait for a couple minor releases of telegraf so the news reaches more people
return
const ignorer = `IGNORE_DEPRECATED_${ignorable}`

@@ -25,0 +29,0 @@ if (env[ignorer]) return

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