Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nk-ntba

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nk-ntba - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

2

package.json
{
"name": "nk-ntba",
"version": "2.1.4",
"version": "2.1.5",
"description": "Telegram bot api library for NodeJS. Developer's telegram: @NekitKuzmenko",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,3 +18,3 @@ Bot authorization:

callback_query
shipping_query'
shipping_query
pre_checkout_query

@@ -114,3 +114,7 @@ poll

await bot.downloadFile('your file_id', fs.createWriteStream('your file'));
(async () =>
await bot.downloadFile('your file_id', fs.createWriteStream('your file'));
})();
```

@@ -150,2 +154,2 @@

});
```
```
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