Socket
Socket
Sign inDemoInstall

@fiatconnect/fiatconnect-types

Package Overview
Dependencies
Maintainers
7
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 6.0.2 to 6.1.0

7

CHANGELOG.md

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

## [6.1.0](https://github.com/fiatconnect/fiatconnect-types/compare/v6.0.2...v6.1.0) (2022-07-25)
### Features
* **FiatType:** add new currencies ([#44](https://github.com/fiatconnect/fiatconnect-types/issues/44)) ([77bc1c5](https://github.com/fiatconnect/fiatconnect-types/commit/77bc1c54a094e0219f8d82f66ae1e2df70e797ba))
### [6.0.2](https://github.com/fiatconnect/fiatconnect-types/compare/v6.0.1...v6.0.2) (2022-07-21)

@@ -7,0 +14,0 @@

15

dist/index.d.ts

@@ -197,3 +197,16 @@ export declare type ClockResponse = {

CNY = "CNY",
XAF = "XAF"
XAF = "XAF",
ARS = "ARS",
BOB = "BOB",
CLP = "CLP",
COP = "COP",
FKP = "FKP",
GYD = "GYD",
PYG = "PYG",
PEN = "PEN",
SRD = "SRD",
UYU = "UYU",
VES = "VES",
MXN = "MXN",
PAB = "PAB"
}

@@ -200,0 +213,0 @@ export declare enum CryptoType {

@@ -116,2 +116,15 @@ "use strict";

FiatType["XAF"] = "XAF";
FiatType["ARS"] = "ARS";
FiatType["BOB"] = "BOB";
FiatType["CLP"] = "CLP";
FiatType["COP"] = "COP";
FiatType["FKP"] = "FKP";
FiatType["GYD"] = "GYD";
FiatType["PYG"] = "PYG";
FiatType["PEN"] = "PEN";
FiatType["SRD"] = "SRD";
FiatType["UYU"] = "UYU";
FiatType["VES"] = "VES";
FiatType["MXN"] = "MXN";
FiatType["PAB"] = "PAB";
})(FiatType = exports.FiatType || (exports.FiatType = {}));

@@ -118,0 +131,0 @@ var CryptoType;

2

package.json
{
"name": "@fiatconnect/fiatconnect-types",
"version": "6.0.2",
"version": "6.1.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": {

@@ -302,2 +302,15 @@ /*

XAF = 'XAF',
ARS = 'ARS',
BOB = 'BOB',
CLP = 'CLP',
COP = 'COP',
FKP = 'FKP',
GYD = 'GYD',
PYG = 'PYG',
PEN = 'PEN',
SRD = 'SRD',
UYU = 'UYU',
VES = 'VES',
MXN = 'MXN',
PAB = 'PAB',
}

@@ -304,0 +317,0 @@

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