Socket
Socket
Sign inDemoInstall

@bity/preact-conversion-components

Package Overview
Dependencies
Maintainers
3
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bity/preact-conversion-components - npm Package Compare versions

Comparing version 1.7.6 to 1.7.7

2

package.json
{
"name": "@bity/preact-conversion-components",
"version": "1.7.6",
"version": "1.7.7",
"license": "MIT",

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

@@ -55,11 +55,13 @@ import { h } from 'preact';

const priceInformation = showAmountToReceive ? (
<span>
{amountToReceiveFormatted} {currencyToReceive}
</span>
) : (
<span>~{exchangeRate}</span>
);
return (
<span className="exchange-rate-info">
{showAmountToReceive ? (
<span>
{amountToReceiveFormatted} {currencyToReceive}
</span>
) : (
<span>~{exchangeRate}</span>
)}
{priceInformation}
<span className="pulse"></span>

@@ -66,0 +68,0 @@ </span>

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