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.2 to 0.0.3

4

dist/index.js

@@ -61,4 +61,2 @@ export * from "./formats";

for (const str of [stringParts[index], strings[index]]) {
if (str)
text += str.toString();
if (str instanceof FormattableString)

@@ -69,2 +67,4 @@ entities.push(...str.entities.map((e) => ({

})));
if (str)
text += str.toString();
}

@@ -71,0 +71,0 @@ }

{
"name": "@gramio/format",
"version": "0.0.2",
"version": "0.0.3",
"description": "WIP",

@@ -5,0 +5,0 @@ "keywords": [

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