New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@snack-uikit/locale

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snack-uikit/locale - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1-preview-0c12d89e.0

4

dist/locales/en_GB.d.ts

@@ -50,2 +50,6 @@ export declare const en_GB: {

};
Calendar: {
current: string;
time: string;
};
};

@@ -50,2 +50,6 @@ export const en_GB = {

},
Calendar: {
current: 'Current',
time: 'Time',
},
};

@@ -51,2 +51,6 @@ export declare const LOCALES: {

};
Calendar: {
current: string;
time: string;
};
};

@@ -102,3 +106,7 @@ readonly ru_RU: {

};
Calendar: {
current: string;
time: string;
};
};
};

@@ -50,2 +50,6 @@ export const ru_RU = {

},
Calendar: {
current: 'Сейчас',
time: 'Время',
},
};

4

package.json

@@ -7,3 +7,3 @@ {

"title": "Locale",
"version": "0.8.0",
"version": "0.8.1-preview-0c12d89e.0",
"sideEffects": [

@@ -41,3 +41,3 @@ "*.css",

},
"gitHead": "6f68e2729e48e5b34674af649dc9dfb3bda3951f"
"gitHead": "4a4394a3c4f005a227dec59d6975f622e4550794"
}

@@ -57,3 +57,3 @@ # Locale

| lang* | `string` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 4 more ...; ColorPicker: { ...; }; }>>` | - | |
| locales | `PartialObjectDeep<Record<string, { Table: { searchPlaceholder: string; noData: { title: string; }; noResults: { title: string; description: string; }; errorData: { title: string; description: string; }; rowsOptionsLabel: string; export: string; }; ... 5 more ...; Calendar: { ...; }; }>>` | - | |
## useLocale

@@ -60,0 +60,0 @@ `helper`

@@ -50,2 +50,6 @@ export const en_GB = {

},
Calendar: {
current: 'Current',
time: 'Time',
},
};

@@ -52,2 +52,6 @@ import { en_GB } from './en_GB';

},
Calendar: {
current: 'Сейчас',
time: 'Время',
},
};
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