Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
4
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8-rc.1 to 1.1.8-rc.2

2

package.json
{
"name": "puregram",
"version": "1.1.8-rc.1",
"version": "1.1.8-rc.2",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -41,2 +41,8 @@ let { inspect } = require('util');

answerInlineQuery(results, params = {}) {
for (let result of results) {
if (result.reply_markup) {
result.reply_markup = JSON.parse(result.reply_markup.toJSON());
}
}
return this.telegram.api.answerInlineQuery({

@@ -43,0 +49,0 @@ inline_query_id: this.id,

@@ -157,3 +157,3 @@ let { inspect } = require('util');

return payload
return payload;
}

@@ -160,0 +160,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc