Socket
Socket
Sign inDemoInstall

tgb

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tgb - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "tgb",
"version": "0.0.3",
"version": "0.0.4",
"description": "The best choice for your Telegram Bots",

@@ -5,0 +5,0 @@ "homepage": "https://666.io",

@@ -72,2 +72,3 @@ [![Codacy][cod_b]][cod_l]

// > send: tg @gamebot /start x http://db.gg
// https://core.telegram.org/bots/api#messageentity
```

@@ -74,0 +75,0 @@

@@ -77,4 +77,2 @@ //-----------------------------------------------------

console.log(cmdOptions);
//-----------------------------------------------------

@@ -81,0 +79,0 @@

@@ -36,8 +36,11 @@ //-----------------------------------------------------

const {text} = message;
const result = {
toString() { return JSON.stringify(result); }
};
const result = {};
//---------]>
Object.defineProperty(result, "toString", {
"enumerable": false,
value() { return JSON.stringify(result); }
});
entities.forEach(function({type, offset, length}) {

@@ -48,3 +51,3 @@ const cmd = text.substring(offset, offset + length);

result[type].push(cmd);
})
});

@@ -51,0 +54,0 @@ //---------]>

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