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

@fiatconnect/fiatconnect-types

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fiatconnect/fiatconnect-types - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

### [4.0.0](https://github.com/fiatconnect/fiatconnect-types/compare/v3.3.0...v4.0.0) (2022-05-25)
### ⚠ BREAKING CHANGES
* **transfer request body:** Removed unused TransferRequestBody fields ([#34]((https://github.com/fiatconnect/fiatconnect-types/issues/34))) ([e175ee9](https://github.com/fiatconnect/specification/commit/e175ee9acd92a462d8f3669278992ac10b40ac99))
## [3.3.0](https://github.com/fiatconnect/fiatconnect-types/compare/v3.2.0...v3.3.0) (2022-05-23)

@@ -7,0 +11,0 @@ ### Features

3

dist/index.d.ts

@@ -79,5 +79,2 @@ export declare type ClockResponse = {

export declare type TransferRequestBody = {
fiatType: FiatType;
cryptoType: CryptoType;
amount: string;
fiatAccountId: string;

@@ -84,0 +81,0 @@ quoteId: string;

{
"name": "@fiatconnect/fiatconnect-types",
"version": "3.3.0",
"version": "4.0.0",
"description": "Types used in the FiatConnect specification. Offered as standalone module for payment providers and wallets to both use for FiatConnect APIs and integrations.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -150,5 +150,2 @@

export type TransferRequestBody = {
fiatType: FiatType
cryptoType: CryptoType
amount: string
fiatAccountId: string

@@ -155,0 +152,0 @@ quoteId: string

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