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.5 to 1.5.6

2

dist/types.d.ts

@@ -20,3 +20,5 @@ export declare enum SwapAsset {

FINISHED = "finished",
/** @deprecated */
EXPIRED_PENDING_CONFIRMATIONS = "expired-pending-confirmation",
EXPIRED_PENDING_CONFIRMATION = "expired-pending-confirmation",
EXPIRED_PENDING_TRANSACTIONS = "expired-pending-transactions",

@@ -23,0 +25,0 @@ CANCELLED = "cancelled",

@@ -23,3 +23,5 @@ export var SwapAsset;

SwapStatus["FINISHED"] = "finished";
/** @deprecated */
SwapStatus["EXPIRED_PENDING_CONFIRMATIONS"] = "expired-pending-confirmation";
SwapStatus["EXPIRED_PENDING_CONFIRMATION"] = "expired-pending-confirmation";
SwapStatus["EXPIRED_PENDING_TRANSACTIONS"] = "expired-pending-transactions";

@@ -26,0 +28,0 @@ SwapStatus["CANCELLED"] = "cancelled";

2

package.json
{
"name": "@nimiq/fastspot-api",
"version": "1.5.5",
"version": "1.5.6",
"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