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

telegram-webapps-types-new

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-webapps-types-new - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

6

dist/index.d.ts

@@ -506,3 +506,3 @@ export declare namespace TelegramWebApps {

*/
getItems(key: string, callback: (error: Error | null, value?: string) => void): CloudStorage;
getItems(key: string[], callback: (error: Error | null, value?: string) => void): CloudStorage;
/**

@@ -527,3 +527,3 @@ * Bot API 6.9+

*/
removeItems(key: string, callback?: (error: Error | null, confirm: boolean) => void): CloudStorage;
removeItems(key: string[], callback?: (error: Error | null, confirm: boolean) => void): CloudStorage;
/**

@@ -536,3 +536,3 @@ * Bot API 6.9+

*/
getKeys(callback: (error: Error | null, keys?: any) => void): CloudStorage;
getKeys(callback: (error: Error | null, keys?: Record<string, string>) => void): CloudStorage;
}

@@ -539,0 +539,0 @@

{
"name": "telegram-webapps-types-new",
"version": "1.2.2",
"version": "1.2.3",
"description": "TypeScript typings for Telegram Web Apps for Bots. See https://core.telegram.org/bots/webapps",

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

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