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

@trackunit/i18n-library-translation

Package Overview
Dependencies
Maintainers
3
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/i18n-library-translation - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

4

package.json

@@ -5,3 +5,3 @@ {

"license": "SEE LICENSE IN LICENSE.txt",
"version": "0.0.22",
"version": "0.0.23",
"module": "./index.js",

@@ -17,3 +17,3 @@ "main": "./index.js",

"i18next-resources-to-backend": "1.1.0",
"@trackunit/iris-app-api": "0.0.74",
"@trackunit/iris-app-api": "0.0.75",
"@sentry/browser": "7.24.2"

@@ -20,0 +20,0 @@ },

@@ -5,3 +5,3 @@ import { TranslationLanguageKeys } from "@trackunit/iris-app-api";

*/
export declare type Languages = {
export type Languages = {
[key in TranslationLanguageKeys]: () => Promise<{

@@ -8,0 +8,0 @@ default: {

import { i18n, TOptions } from "i18next";
import { UseTranslationOptions } from "react-i18next";
export declare type TransForLibs<LibKeys> = (key: LibKeys, arg2?: string | TOptions, arg3?: string | TOptions) => string;
export type TransForLibs<LibKeys> = (key: LibKeys, arg2?: string | TOptions, arg3?: string | TOptions) => string;
/**

@@ -5,0 +5,0 @@ * This is a custom Type Safe version of react-i18next useTranslation hook.

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