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

@nimiq/hub-api

Package Overview
Dependencies
Maintainers
8
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimiq/hub-api - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

1

dist/HubApi.es.js

@@ -339,2 +339,3 @@ import { PostMessageRpcClient, RedirectRpcClient } from '@nimiq/rpc';

CashlinkTheme[CashlinkTheme["BIRTHDAY"] = 6] = "BIRTHDAY";
// Temporary themes that might be retracted in the future should be listed counting down from 255
})(CashlinkTheme || (CashlinkTheme = {}));

@@ -341,0 +342,0 @@

@@ -342,2 +342,3 @@ (function (global, factory) {

CashlinkTheme[CashlinkTheme["BIRTHDAY"] = 6] = "BIRTHDAY";
// Temporary themes that might be retracted in the future should be listed counting down from 255
})(CashlinkTheme || (CashlinkTheme = {}));

@@ -344,0 +345,0 @@

@@ -301,2 +301,8 @@ import type { WalletType } from './Constants';

};
kyc?: {
provider: 'TEN31 Pass';
userId: string;
s3GrantToken: string;
oasisGrantToken?: string;
};
}

@@ -303,0 +309,0 @@ export interface SetupSwapResult {

@@ -200,2 +200,8 @@ import type { Currency, PaymentType, RequestType, CashlinkTheme } from './PublicRequestTypes';

};
kyc?: {
provider: 'TEN31 Pass';
userId: string;
s3GrantToken: string;
oasisGrantToken?: string;
};
}

@@ -202,0 +208,0 @@ export interface ParsedRefundSwapRequest extends ParsedSimpleRequest {

2

package.json
{
"name": "@nimiq/hub-api",
"version": "1.5.1",
"version": "1.6.0",
"main": "dist/HubApi.umd.js",

@@ -5,0 +5,0 @@ "module": "dist/HubApi.es.js",

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