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.2.1 to 1.2.2

2

dist/aweson-lib-luis.iife.js

@@ -1,1 +0,1 @@

var MyLib=function(e){"use strict";const l={peru:{cliente:"Cedente",deudor:"Aceptante",rut:"RUC"},chile:{cliente:"Cliente",deudor:"Deudor",rut:"RUT"},"":{cliente:"Cliente",deudor:"Deudor",rut:"RUT"}};class r{constructor(){}labels({contry:t="",label:a="cliente"}){return l[(t==null?void 0:t.toLocaleLowerCase().trim())||""][a.toLocaleLowerCase().trim()||""]}}return e.Faastlocation=r,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({});
var MyLib=function(e){"use strict";const o={peru:{cliente:"Cedente",deudor:"Aceptante",rut:"RUC"},chile:{cliente:"Cliente",deudor:"Deudor",rut:"RUT"},"":{cliente:"Cliente",deudor:"Deudor",rut:"RUT"}};class a{constructor(){}labels({contry:t="",label:n="cliente"}){const r=(t==null?void 0:t.toLocaleLowerCase().trim())||"",l=n.toLocaleLowerCase().trim();return o[r][l]||"Etiqueta no encontrada"}}return e.Faastlocation=a,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({});

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

const l = {
const a = {
peru: {

@@ -18,11 +18,12 @@ cliente: "Cedente",

};
class o {
class n {
constructor() {
}
labels({ contry: e = "", label: t = "cliente" }) {
return l[(e == null ? void 0 : e.toLocaleLowerCase().trim()) || ""][t.toLocaleLowerCase().trim() || ""];
const o = (e == null ? void 0 : e.toLocaleLowerCase().trim()) || "", r = t.toLocaleLowerCase().trim();
return a[o][r] || "Etiqueta no encontrada";
}
}
export {
o as Faastlocation
n as Faastlocation
};
{
"name": "currency_contry_exchange",
"version": "1.2.1",
"version": "1.2.2",
"type": "module",

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

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