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

@funkit/api-base

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

@funkit/api-base - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

6

CHANGELOG.md
# @funkit/api-base
## 1.3.1
### Patch Changes
- f6a1693: feat: support new emailConfirmationApprovalRequired mesh status
## 1.3.0

@@ -4,0 +10,0 @@

@@ -61,2 +61,3 @@ export interface GetCryptocurrencyHoldingsRequest {

emailConfirmationRequired = "emailConfirmationRequired",
emailConfirmationApprovalRequired = "emailConfirmationApprovalRequired",
deviceConfirmationRequired = "deviceConfirmationRequired",

@@ -85,2 +86,9 @@ mfaFailed = "mfaFailed",

}
export interface MeshCryptoCurrencyPosition {
symbol: string;
amount: number;
}
export interface GetCryptocurrencyHoldingsResponse {
cryptocurrencyPositions: MeshCryptoCurrencyPosition[];
}
export interface PreviewTransferResponse {

@@ -87,0 +95,0 @@ /** The status of the operation. */

2

package.json
{
"name": "@funkit/api-base",
"version": "1.3.0",
"version": "1.3.1",
"description": "Base API for Funkit",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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