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

@fintech-solutions/core

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintech-solutions/core - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

dist/domain/fiat-shortcode.enum.d.ts

@@ -8,3 +8,4 @@ export declare enum FiatShortCode {

CNY = "CNY",
JPY = "JPY"
JPY = "JPY",
CHF = "CHF"
}

@@ -13,3 +13,4 @@ "use strict";

FiatShortCode["JPY"] = "JPY";
FiatShortCode["CHF"] = "CHF";
})(FiatShortCode = exports.FiatShortCode || (exports.FiatShortCode = {}));
//# sourceMappingURL=fiat-shortcode.enum.js.map
{
"name": "@fintech-solutions/core",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

@@ -9,2 +9,3 @@ export enum FiatShortCode {

JPY = 'JPY',
CHF = 'CHF',
}

Sorry, the diff of this file is not supported yet

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