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

@gramio/format

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gramio/format - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

dist/index.d.ts

@@ -12,2 +12,3 @@ import { TelegramMessageEntity, TelegramUser } from "@gramio/types";

toString(): string;
toJSON(): string;
static [Symbol.hasInstance](value: unknown): value is FormattableString;

@@ -14,0 +15,0 @@ }

@@ -30,2 +30,5 @@ "use strict";

}
toJSON() {
return this.text;
}
// ![INFO] - https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-3.html#instanceof-narrowing-through-symbolhasinstance

@@ -32,0 +35,0 @@ static [Symbol.hasInstance](value) {

2

package.json
{
"name": "@gramio/format",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library for formatting text for Telegram Bot API",

@@ -5,0 +5,0 @@ "homepage": "https://gramio.netlify.app/formatting.html",

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