New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

currency_contry_exchange

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency_contry_exchange - npm Package Compare versions

Comparing version 1.3.9 to 1.4.0

dist/utils/Propsinput.d.ts

7

dist/main.d.ts

@@ -13,8 +13,9 @@ import { FormaterAmountInterface, FormaterCurrencyInterface, FormaterRut, InterfaceLabels } from './models/interfaces';

validateFormaterRut({ contry, rut, isValidate }: FormaterRut | any): string;
formaterCurrency({ contry, currency }: FormaterCurrencyInterface): string;
formaterInputProps({ contry }: {
formaterCurrency({ contry, currency, typeCurrenzy }: FormaterCurrencyInterface): string;
formaterInputProps({ contry, typeCurrenzy }: {
contry?: string | undefined;
typeCurrenzy?: string | undefined;
}): object;
formaterAmount({ contry, amount }: FormaterAmountInterface): string;
formaterAmount({ contry, amount, typeCurrenzy }: FormaterAmountInterface): string;
}
export {};

@@ -13,2 +13,3 @@ export interface InterfaceLabels {

currency: any;
typeCurrenzy?: string;
}

@@ -18,2 +19,14 @@ export interface FormaterAmountInterface {

amount: string;
typeCurrenzy?: string;
}
export interface FormaterCurrencyFnc {
currenzy: any;
typeCurrenzy?: string;
}
export interface Formateramountfnc {
amount: string | any;
typeCurrenzy?: string;
}
export interface Typecurrenzy {
euro: string;
}

@@ -0,2 +1,5 @@

import { Typecurrenzy } from '../models/interfaces';
export declare const Labels: any;
export declare const PropsInput: any;
export declare const TYPECURRENZY: Typecurrenzy;
export declare const ObjecInputSeparatorPE: any;
export declare const ObjecInputSeparatorCL: any;
{
"name": "currency_contry_exchange",
"version": "1.3.9",
"version": "1.4.0",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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