Socket
Socket
Sign inDemoInstall

@zag-js/i18n-utils

Package Overview
Dependencies
Maintainers
1
Versions
447
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/i18n-utils - npm Package Compare versions

Comparing version 0.0.0-dev-20230921193904 to 0.0.0-dev-20230921195604

3

dist/index.d.ts

@@ -14,2 +14,3 @@ type Direction = "rtl" | "ltr";

declare function isRTL(locale: string): boolean;
declare function getLocaleDir(locale: string): "rtl" | "ltr";

@@ -24,2 +25,2 @@ interface LocaleOptions {

export { Locale, LocaleOptions, getDefaultLocale, isRTL, trackLocale };
export { Locale, LocaleOptions, getDefaultLocale, getLocaleDir, isRTL, trackLocale };

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

getDefaultLocale: () => getDefaultLocale,
getLocaleDir: () => getLocaleDir,
isRTL: () => isRTL,

@@ -116,2 +117,3 @@ trackLocale: () => trackLocale

getDefaultLocale,
getLocaleDir,
isRTL,

@@ -118,0 +120,0 @@ trackLocale

{
"name": "@zag-js/i18n-utils",
"version": "0.0.0-dev-20230921193904",
"version": "0.0.0-dev-20230921195604",
"description": "Interationalization utilities for Zag.js",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@zag-js/dom-query": "0.0.0-dev-20230921193904"
"@zag-js/dom-query": "0.0.0-dev-20230921195604"
},

@@ -30,0 +30,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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