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

currency_contry_exchange

Package Overview
Dependencies
Maintainers
0
Versions
50
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.4.6 to 1.4.7

2

package.json
{
"name": "currency_contry_exchange",
"version": "1.4.6",
"version": "1.4.7",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -55,10 +55,6 @@ # TypeScript

|---|---|---|---|
| formaterCurrency(options) | contry: string, currency: number, typeCurrenzy: string | string | Formatea un valor monetario según el país y tipo de moneda especificados. <br> **Ejemplo:** formaterCurrency({ contry: 'chile', currency: 123456.78, typeCurrenzy: 'CLP' }) |
| formaterInputProps(options) | contry: string, typeCurrenzy: string | object | Devuelve un objeto con las propiedades de un input adaptado al país y tipo de moneda. Este metodo se usa con la libreria Numberformat |
| labels(optins) | contry: string, label:string | string | Devuelve un string |
| formaterAmount(optins) | contry:string, amount:number, typeCurrenzy:string | string | Devuelve un string con el monto formateado
| validateFormaterRut(optins) | contry:string rut:string isValidate:boolean typeCurrenzy:string | string o alerta | Devuelve un string si isValidate esta en true, por defecto retorna el rut formateado string
**Note:** Before publishing, run npm, commit the version and upload it to git, then change the versioning in the package.json
| formaterCurrency(options) | { contry: string, currency: number, typeCurrenzy: string } | string | Formatea un valor monetario según el país y tipo de moneda especificados. <br> **Ejemplo:** formaterCurrency({ contry: 'chile', currency: 123456.78, typeCurrenzy: 'CLP' }) |
| formaterInputProps(options) | { contry: string, typeCurrenzy: string } | object | Devuelve un objeto con las propiedades de un input adaptado al país y tipo de moneda. Este metodo se usa con la libreria Numberformat |
| labels(optins) | { contry: string, label:string } | string | Devuelve un string |
| formaterAmount(optins) | { contry:string, amount:number, typeCurrenzy:string } | string | Devuelve un string con el monto formateado
| validateFormaterRut(optins) | { contry:string rut:string isValidate:boolean typeCurrenzy:string } | string o alerta | Devuelve un string si isValidate esta en true, por defecto retorna el rut formateado string
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