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

@nimiq/fastspot-api

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimiq/fastspot-api - npm Package Compare versions

Comparing version 1.5.3 to 1.5.4

2

dist/api.js

@@ -51,2 +51,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

serviceFeePercentage: parseFloat(result[0].serviceFeePercentage),
direction: result[0].direction,
};

@@ -95,2 +96,3 @@ return estimate;

serviceFeePercentage: parseFloat(result.info.serviceFeePercentage),
direction: result.info.direction,
};

@@ -97,0 +99,0 @@ });

@@ -73,2 +73,3 @@ import { SwapAsset, Precision, } from './types';

serviceFeePercentage: parseFloat(swap.info.serviceFeePercentage),
direction: swap.info.direction,
};

@@ -75,0 +76,0 @@ if ('contracts' in swap) {

@@ -160,2 +160,3 @@ export declare enum SwapAsset {

serviceFeePercentage: number;
direction: 'forward' | 'reverse';
};

@@ -162,0 +163,0 @@ export declare type NimHtlcDetails = {

2

package.json
{
"name": "@nimiq/fastspot-api",
"version": "1.5.3",
"version": "1.5.4",
"description": "Typescript library to interact with the Fastspot API",

@@ -5,0 +5,0 @@ "repository": "git@github.com:nimiq/fastspot-api.git",

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