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.1.2 to 1.1.3

dist/models/interfaces.d.ts

2

dist/aweson-lib-luis.iife.js

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

var MyLib=function(e){"use strict";const t={PE:{Cliente:"Cedente",Deudor:"Aceptante"},CL:{Cliente:"Cliente",Deudor:"Deudor"}};class n{constructor(){}etiquetas(r="Cliente",u="PE"){return t[u][r]}}return e.Changescurrezycontriestemp=n,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({});
var MyLib=function(e){"use strict";const t={peru:{cliente:"Cedente",deudor:"Aceptante"},chile:{cliente:"Cliente",deudor:"Deudor"}};class o{constructor(){}labels({contry:a,label:c}){return t[a.toLocaleLowerCase()][c.toLocaleLowerCase()]}}return e.Faastlocation=o,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),e}({});

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

const n = {
PE: {
Cliente: "Cedente",
Deudor: "Aceptante"
const t = {
peru: {
cliente: "Cedente",
deudor: "Aceptante"
},
CL: {
Cliente: "Cliente",
Deudor: "Deudor"
chile: {
cliente: "Cliente",
deudor: "Deudor"
}
};
class o {
class c {
constructor() {
}
etiquetas(e = "Cliente", t = "PE") {
return n[t][e];
labels({ contry: e, label: o }) {
return t[e.toLocaleLowerCase()][o.toLocaleLowerCase()];
}
}
export {
o as Changescurrezycontriestemp
c as Faastlocation
};

@@ -1,4 +0,5 @@

export declare class Changescurrezycontriestemp {
import { InterfaceLabels } from './models/interfaces';
export declare class Faastlocation {
constructor();
etiquetas(type?: string, contry?: string): any;
labels({ contry, label }: InterfaceLabels): any;
}
{
"name": "currency_contry_exchange",
"version": "1.1.2",
"version": "1.1.3",
"type": "module",

@@ -28,2 +28,4 @@ "files": [

"devDependencies": {
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",

@@ -30,0 +32,0 @@ "vite": "^5.4.1",

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