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

@nimiq/fastspot-api

Package Overview
Dependencies
Maintainers
0
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.10.1 to 1.10.2

15

dist/types.d.ts

@@ -5,5 +5,14 @@ export declare enum SwapAsset {

BTC_LN = "BTC_LN",
USDC = "USDC",// Legacy bridged USDC.e on Polygon
USDC_MATIC = "USDC_MATIC",// Native USDC on Polygon
USDT_MATIC = "USDT_MATIC",// Bridged USDT on Polygon
/**
* Legacy bridged USDC.e on Polygon.
*/
USDC = "USDC",
/**
* Native USDC on Polygon.
*/
USDC_MATIC = "USDC_MATIC",
/**
* Bridged USDT on Polygon.
*/
USDT_MATIC = "USDT_MATIC",
EUR = "EUR"

@@ -10,0 +19,0 @@ }

@@ -6,4 +6,13 @@ export var SwapAsset;

SwapAsset["BTC_LN"] = "BTC_LN";
/**
* Legacy bridged USDC.e on Polygon.
*/
SwapAsset["USDC"] = "USDC";
/**
* Native USDC on Polygon.
*/
SwapAsset["USDC_MATIC"] = "USDC_MATIC";
/**
* Bridged USDT on Polygon.
*/
SwapAsset["USDT_MATIC"] = "USDT_MATIC";

@@ -10,0 +19,0 @@ SwapAsset["EUR"] = "EUR";

2

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