🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@getblock/common

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getblock/common - npm Package Compare versions

Comparing version
0.2.6
to
0.2.7
+70
dist/src/components/footer/locales/es.d.ts
declare const _default: {
product: {
title: string;
'shared-nodes': string;
'dedicated-nodes': string;
'node-cluster': string;
tracker: string;
pricing: string;
'enterprise-solutions': string;
faucet: string;
sla: string;
};
chains: {
title: string;
eth: string;
bsc: string;
matic: string;
sol: string;
base: string;
arb: string;
trx: string;
avax: string;
op: string;
};
explorers: {
title: string;
'blockchain-explorer': string;
'blockchain-explorer-partners': string;
};
'for-developers': {
title: string;
documentation: string;
'nodes-methods': string;
'get-started': string;
guides: string;
status: string;
};
company: {
title: string;
about: string;
blog: string;
contact: string;
faq: string;
careers: string;
'getblock-vs-ankr': string;
'getblock-vs-helius': string;
'getblock-vs-quicknode': string;
'getblock-vs-drpc': string;
};
partnerships: {
title: string;
marketplace: string;
'media-kit': string;
'affiliate-program': string;
'ambassadors-program': string;
'near-startup-program': string;
};
'legal-documents': {
title: string;
'terms-of-service': string;
'privacy-policy': string;
'cookie-policy': string;
'subscription-policy': string;
'affiliate-policy': string;
'ambassador-program-terms-of-service': string;
};
'all-rights-reserved': string;
'soc2-banner': string;
};
export default _default;
+5
-0

@@ -90,2 +90,3 @@ /// <reference types="vite/client" />

language: string;
soon: string;
products: {

@@ -106,2 +107,6 @@ title: string;

};
'limitless-node': {
title: string;
text: string;
};
'nodes-cluster': {

@@ -108,0 +113,0 @@ title: string;

@@ -23,2 +23,14 @@ export interface NavItem {

}
export interface NavbarMegaMenuData {
sidebarCategories: SidebarCategory[];
infraItems: NavItem[];
riskItems: NavItem[];
dataItems: NavItem[];
chainItems: NavItem[];
paymentsItems: PaymentNavItem[];
devItems: NavItem[];
companyItems: NavItem[];
mobileProductSections: MobileProductSection[];
}
export declare const getNavbarMegaMenuData: (locale?: string | undefined) => NavbarMegaMenuData;
export declare const sidebarCategories: SidebarCategory[];

@@ -25,0 +37,0 @@ export declare const infraItems: NavItem[];

+1
-1
{
"name": "@getblock/common",
"version": "0.2.6",
"version": "0.2.7",
"type": "module",

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

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

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

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