🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@feririarte/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feririarte/core - npm Package Compare versions

Comparing version
1.4.1
to
1.4.2
+0
-1
dist/types/index.d.ts

@@ -6,2 +6,1 @@ export * from './balance';

export * from './transaction';
export * from './translations';

@@ -5,5 +5,3 @@ import { TransferInformation } from '../interceptors/transaction';

export * from './events';
export * from './lnurl';
export * from './nip04';
export declare const formatBigNumber: (number: number | string) => string;
export declare const decodeInvoice: (invoice: string) => any;

@@ -10,0 +8,0 @@ export declare const nowInSeconds: () => number;

+1
-1
{
"name": "@feririarte/core",
"version": "1.4.1",
"version": "1.4.2",
"description": "",

@@ -5,0 +5,0 @@ "private": false,

export type AvailableLanguages = 'es' | 'en';
export declare const LanguagesList: AvailableLanguages[];
export declare const defaultLocale: AvailableLanguages;
export type DictionaryEntry = Record<string, string>;
export type ReplacementParams = Record<string, string>;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display