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.0 to 1.5.1

2

dist/helpers.js

@@ -78,3 +78,3 @@ import { SwapAsset, ReferenceAsset, } from './types';

asset: contract.asset,
refundAddress: contract.refund.address,
refundAddress: contract.refund?.address || '',
redeemAddress: contract.asset === SwapAsset.EUR

@@ -81,0 +81,0 @@ ? JSON.stringify(contract.recipient)

@@ -50,3 +50,3 @@ export declare enum SwapAsset {

asset: T;
refund: {
refund?: {
address: string;

@@ -53,0 +53,0 @@ };

{
"name": "@nimiq/fastspot-api",
"version": "1.5.0",
"version": "1.5.1",
"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