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.2 to 1.0.3

dist/ports/market/market.service.d.ts

3

dist/index.d.ts

@@ -6,5 +6,6 @@ import { SuccessResponse } from './interfaces/success-response.interface';

export { IMailerService } from './ports/mailer/mailer.service';
export { ISendMailOptions, Address } from './ports/mailer/send-mail.options.interface';
export { ISendMailOptions, Address, } from './ports/mailer/send-mail.options.interface';
export { AssetShortcode } from './domain/asset-shortcode.enum';
export { FiatShortCode } from './domain/fiat-shortcode.enum';
export { DocumentType } from './domain/document-type.enum';
export { Coin } from './ports/market/market.service';
{
"name": "@fintech-solutions/core",
"private": false,
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

@@ -8,6 +8,11 @@ import { SuccessResponse } from './interfaces/success-response.interface';

export { IMailerService } from './ports/mailer/mailer.service';
export { ISendMailOptions, Address } from './ports/mailer/send-mail.options.interface';
export {
ISendMailOptions,
Address,
} from './ports/mailer/send-mail.options.interface';
export { AssetShortcode } from './domain/asset-shortcode.enum'
export { FiatShortCode } from './domain/fiat-shortcode.enum'
export { DocumentType } from './domain/document-type.enum'
export { AssetShortcode } from './domain/asset-shortcode.enum';
export { FiatShortCode } from './domain/fiat-shortcode.enum';
export { DocumentType } from './domain/document-type.enum';
export { Coin } from './ports/market/market.service';

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