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.1-preview-8252c953.0 to 0.8.1-preview-ba12ca94.0

dist/cjs/components/index.d.ts

14

package.json

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

"title": "Locale",
"version": "0.8.1-preview-8252c953.0",
"version": "0.8.1-preview-ba12ca94.0",
"sideEffects": [

@@ -15,4 +15,7 @@ "*.css",

"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/esm/index.d.ts",
"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"homepage": "https://cloud-ru-tech.github.io/snack-uikit/packages/locale",

@@ -29,3 +32,4 @@ "repository": {

"files": [
"dist",
"dist/cjs",
"dist/esm",
"src",

@@ -43,3 +47,3 @@ "./CHANGELOG.md",

},
"gitHead": "68ec85212fa3b8c04b79e69d02bb777e32e3294d"
"gitHead": "9ac0a3e5e530c09fa4dc050f9bc08d1849962129"
}

@@ -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; }; ... 5 more ...; Calendar: { ...; }; }>>` | - | |
| 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: { ...; }; }>>` | - | |
## useLocale

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

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

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

@@ -52,6 +52,2 @@ 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