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.0.1 to 1.0.2

1

dist/helpers.js

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

hash: swap.hash,
...(swap.secret ? { secret: swap.secret } : {}),
contracts,

@@ -81,0 +82,0 @@ };

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

hash: string;
secret?: string;
contracts: FastspotContract<SwapAsset>[];

@@ -154,2 +155,3 @@ };

hash: string;
secret?: string;
contracts: Partial<Record<SwapAsset, Contract<SwapAsset>>>;

@@ -156,0 +158,0 @@ };

4

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

@@ -14,3 +14,3 @@ "repository": "git@github.com:nimiq/fastspot-api.git",

"scripts": {
"build": "tsc"
"prepare": "tsc"
},

@@ -17,0 +17,0 @@ "devDependencies": {

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