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

tgapi-router

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tgapi-router - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

dist/Context.js

@@ -66,5 +66,9 @@ "use strict";

}
return this.tgapi.request('answerCallbackQuery', Object.assign(Object.assign({}, options), { text, callback_query_id: this.callback_query.id }));
let data = Object.assign(Object.assign({}, options), { callback_query_id: this.callback_query.id });
if (text) {
data.text = text;
}
return this.tgapi.request('answerCallbackQuery', data);
}
}
exports.Context = Context;

2

package.json
{
"name": "tgapi-router",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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