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

@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 0.0.7 to 0.0.8

9

exchange-rate.js

@@ -10,2 +10,3 @@ import { h } from 'preact';

function ExchangeRate({
defaultOrder,
currenciesData,

@@ -15,3 +16,9 @@ orderData,

}) {
let order;
if (!currenciesData || !orderData) {
order = defaultOrder;
}
if (!order) {
return null;

@@ -37,3 +44,3 @@ }

}
} = orderData;
} = order;

@@ -40,0 +47,0 @@ if (!amountToSend || !amountToReceive) {

2

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

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

@@ -240,3 +240,3 @@ import { h, Component } from 'preact';

});
}, 1000);
}, 500);
}

@@ -265,3 +265,3 @@

});
}, 1000);
}, 500);
}

@@ -268,0 +268,0 @@

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