Socket
Socket
Sign inDemoInstall

@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 5.0.0 to 6.0.0

6

CHANGELOG.md

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

### [6.0.0](https://github.com/fiatconnect/fiatconnect-types/compare/v5.0.0...v6.0.0) (2022-06-25)
### ⚠ BREAKING CHANGES
* **quote:** renamed QuoteRequestQuery to QuoteRequestBody ([#36](https://github.com/fiatconnect/fiatconnect-types/issues/37)) ([65f55f9](https://github.com/fiatconnect/specification/commit/65f55f96398b8dbd4b14597ff9fdbb8710243391))
## [5.0.0](https://github.com/fiatconnect/fiatconnect-types/compare/v4.1.0...v5.0.0) (2022-06-17)

@@ -7,0 +13,0 @@

2

dist/index.d.ts

@@ -8,3 +8,3 @@ export declare type ClockResponse = {

}
export declare type QuoteRequestQuery = {
export declare type QuoteRequestBody = {
fiatType: FiatType;

@@ -11,0 +11,0 @@ cryptoType: CryptoType;

{
"name": "@fiatconnect/fiatconnect-types",
"version": "5.0.0",
"version": "6.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": {

@@ -37,4 +37,4 @@ /*

// Query parameters for all /quote endpoints
export type QuoteRequestQuery = {
// Request body for all /quote endpoints
export type QuoteRequestBody = {
fiatType: FiatType

@@ -41,0 +41,0 @@ cryptoType: CryptoType

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