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.18 to 0.1.19

10

dist/translate/es.d.ts
declare const ES: {
readonly "Address has been copied to the clipboard": "La dirección se ha copiado al portapapeles";
readonly Amount: undefined;
readonly "An account with the same email exists already": undefined;

@@ -30,5 +31,7 @@ readonly Cancel: "Cancelar";

readonly Home: "Inicio";
readonly "How much would you like to send?": undefined;
readonly "Invaild email or password": undefined;
readonly "Invalid QR Code": undefined;
readonly "Invalid verification. Please try again": undefined;
readonly Invite: undefined;
readonly "Invoice Expired...": undefined;

@@ -49,3 +52,6 @@ readonly "Invoice has been copied to the clipboard": undefined;

readonly Next: "Próximo";
readonly "No Contacts": undefined;
readonly "No transactions": "No transacciones";
readonly "Note or Label": undefined;
readonly Note: undefined;
readonly OnChain: undefined;

@@ -78,5 +84,7 @@ readonly "Password is too short": undefined;

readonly Send: "Enviar";
readonly "Sending bitcoin to": undefined;
readonly "Sent to": "Enviado a";
readonly "Set a note for the receiver here (optional)": undefined;
readonly "Set a note for the sender here (optional)": undefined;
readonly "Set Amount": undefined;
readonly "Set invoice value in %{currency}": undefined;

@@ -100,2 +108,3 @@ readonly "Set value to send in %{currency}": undefined;

readonly "Waiting for payment confirmation...": undefined;
readonly "What for": undefined;
readonly Yesterday: "Ayer";

@@ -105,4 +114,5 @@ readonly "You can't send to yourself": undefined;

readonly "Your account verification is still pending": undefined;
readonly "Your email address has been verified": undefined;
};
export declare type TranslationKey = keyof typeof ES;
export default ES;

@@ -6,2 +6,3 @@ "use strict";

"Address has been copied to the clipboard": "La dirección se ha copiado al portapapeles",
"Amount": undefined,
"An account with the same email exists already": undefined,

@@ -34,5 +35,7 @@ "Cancel": "Cancelar",

"Home": "Inicio",
"How much would you like to send?": undefined,
"Invaild email or password": undefined,
"Invalid QR Code": undefined,
"Invalid verification. Please try again": undefined,
"Invite": undefined,
"Invoice Expired...": undefined,

@@ -53,3 +56,6 @@ "Invoice has been copied to the clipboard": undefined,

"Next": "Próximo",
"No Contacts": undefined,
"No transactions": "No transacciones",
"Note or Label": undefined,
"Note": undefined,
"OnChain": undefined,

@@ -82,5 +88,7 @@ "Password is too short": undefined,

"Send": "Enviar",
"Sending bitcoin to": undefined,
"Sent to": "Enviado a",
"Set a note for the receiver here (optional)": undefined,
"Set a note for the sender here (optional)": undefined,
"Set Amount": undefined,
"Set invoice value in %{currency}": undefined,

@@ -104,2 +112,3 @@ "Set value to send in %{currency}": undefined,

"Waiting for payment confirmation...": undefined,
"What for": undefined,
"Yesterday": "Ayer",

@@ -109,3 +118,4 @@ "You can't send to yourself": undefined,

"Your account verification is still pending": undefined,
"Your email address has been verified": undefined,
};
exports.default = ES;

4

jest.config.js

@@ -9,3 +9,5 @@ module.exports = {

testPathIgnorePatterns: ["/node_modules/"],
timers: "fake",
fakeTimers: {
enableGlobally: true,
},
}
{
"name": "@galoymoney/client",
"main": "dist/index.js",
"version": "0.1.18",
"version": "0.1.19",
"license": "MIT",

@@ -20,7 +20,7 @@ "repository": "https://github.com/galoymoney/galoy-client",

"dependencies": {
"@apollo/client": "^3.5.8",
"@apollo/client": "^3.6.2",
"bitcoinjs-lib": "^5.0.0",
"bolt11": "^1.3.4",
"cross-fetch": "^3.1.5",
"graphql": "^16.3.0",
"graphql": "^16.5.0",
"i18n-js": "^3.9.2",

@@ -39,17 +39,17 @@ "react": "^18.0.0",

"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/typescript": "2.4.8",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@graphql-codegen/typescript": "2.4.11",
"@graphql-codegen/typescript-operations": "^2.4.0",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^27.4.0",
"@types/react": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-jest": "^27.4.5",
"eslint": "^8.13.0",
"@types/jest": "^27.5.1",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-jest": "^28.1.0",
"eslint": "^8.15.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^27.4.5",
"jest": "^28.1.0",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-jest": "^28.0.2",
"typescript": "^4.6.3"
}
}
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