Socket
Socket
Sign inDemoInstall

@galoymoney/client

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@galoymoney/client - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

11

dist/translate/en-m.d.ts

@@ -126,2 +126,5 @@ declare const _default: {

error: string;
copyInvoice: string;
shareInvoice: string;
addAmount: string;
};

@@ -165,3 +168,6 @@ ScanningQRCodeScreen: {

amountExceed: string;
amountIsRequired: string;
cost: string;
destination: string;
destinationIsRequired: string;
fee: string;

@@ -209,2 +215,6 @@ feeCalculationUnsuccessful: string;

};
TransferScreen: {
title: string;
percentageToConvert: string;
};
UsernameScreen: {

@@ -268,2 +278,3 @@ "3CharactersMinimum": string;

firstName: string;
from: string;
hour: string;

@@ -270,0 +281,0 @@ hours: string;

15

dist/translate/en-m.js

@@ -524,2 +524,5 @@ "use strict";

error: "Failed to generate invoice. Please contact support if this problem persists.",
copyInvoice: "Copy Invoice",
shareInvoice: "Share Invoice",
addAmount: "Request Specific Amount"
},

@@ -552,3 +555,3 @@ ScanningQRCodeScreen: {

destinationLabel: "To:",
feeLabel: "Fee:",
feeLabel: "Fee",
memoLabel: "Note:",

@@ -564,6 +567,9 @@ paymentFinal: "Payments are final.",

amountExceed: "Amount exceeds your balance of {{balance}}",
amountIsRequired: "Amount is required",
cost: "Cost",
destination: "Destination",
destinationIsRequired: "Destination is required",
fee: "network fee",
feeCalculationUnsuccessful: "Calculation unsuccessful ⚠️",
input: "username or invoice",
input: "Username, Lightning or BTC Address",
invalidUsername: "Invalid username",

@@ -608,2 +614,6 @@ noAmount: "This invoice doesn't have an amount, so you need to manually specify how much money you want to send",

},
TransferScreen: {
title: "Transfer",
percentageToConvert: "% to convert",
},
UsernameScreen: {

@@ -667,2 +677,3 @@ "3CharactersMinimum": "at least 3 characters are necessary",

firstName: "First Name",
from: "From",
hour: "hour",

@@ -669,0 +680,0 @@ hours: "hours",

@@ -126,2 +126,5 @@ declare const _default: {

error: string;
copyInvoice: string;
shareInvoice: string;
addAmount: string;
};

@@ -164,3 +167,6 @@ ScanningQRCodeScreen: {

amount: string;
amountIsRequired: string;
cost: string;
destination: string;
destinationIsRequired: string;
fee: string;

@@ -209,2 +215,6 @@ feeCalculationUnsuccessful: string;

};
TransferScreen: {
title: string;
percentageToConvert: string;
};
UsernameScreen: {

@@ -268,2 +278,3 @@ "3CharactersMinimum": string;

firstName: string;
from: string;
hour: string;

@@ -270,0 +281,0 @@ hours: string;

@@ -507,2 +507,5 @@ "use strict";

error: "Error al generar la factura. Póngase en contacto con el soporte técnico si este problema persiste.",
copyInvoice: "Copiar factura",
shareInvoice: "Compartir factura",
addAmount: "Solicitar Monto Específico"
},

@@ -535,3 +538,3 @@ ScanningQRCodeScreen: {

destinationLabel: "Para:",
feeLabel: "Tarifa de red:",
feeLabel: "Tarifa de red",
memoLabel: "Nota:",

@@ -546,3 +549,6 @@ paymentFinal: "Recuerde que los pagos son definitivos y una vez realizados son irreversibles.",

amount: "Cantidad",
amountIsRequired: "Se requiere cantidad",
cost: "Costo",
destination: "Destino",
destinationIsRequired: "El destino es obligatorio",
fee: "tarifa de red",

@@ -591,2 +597,6 @@ feeCalculationUnsuccessful: "Error al calcular, inténtelo de nuevo ⚠️",

},
TransferScreen: {
title: "Transferir",
percentageToConvert: "% para convertir",
},
UsernameScreen: {

@@ -650,2 +660,3 @@ "3CharactersMinimum": "al menos de 3 letras son necesarias",

firstName: "Nombre",
from: "Desde",
hour: "hora",

@@ -652,0 +663,0 @@ hours: "horas",

2

package.json
{
"name": "@galoymoney/client",
"main": "dist/index.js",
"version": "0.1.17",
"version": "0.1.18",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "https://github.com/galoymoney/galoy-client",

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