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
318
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.30 to 0.0.31

4

index.js

@@ -54,4 +54,2 @@ import { jsx } from 'react/jsx-runtime';

* Pass the apps/extensions TranslationResource to this function for them to be available as well.
*
* @param initialResource {TranslationResource}
*/

@@ -121,3 +119,3 @@ const initializeTranslationsForApp = () => {

* @param options options to send to i18next
* @returns useTranslation with custom t function
* @returns {[TransForLibs, i18n, boolean]} useTranslation with custom t function
*/

@@ -124,0 +122,0 @@ const useNamespaceTranslation = (namespace, options) => {

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

"license": "SEE LICENSE IN LICENSE.txt",
"version": "0.0.30",
"version": "0.0.31",
"module": "./index.js",

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

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

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

@@ -18,5 +18,3 @@ import { TranslationResource } from "./types";

* Pass the apps/extensions TranslationResource to this function for them to be available as well.
*
* @param initialResource {TranslationResource}
*/
export declare const initializeTranslationsForApp: () => void;

@@ -10,3 +10,3 @@ import { i18n, TOptions } from "i18next";

* @param options options to send to i18next
* @returns useTranslation with custom t function
* @returns {[TransForLibs, i18n, boolean]} useTranslation with custom t function
*/

@@ -13,0 +13,0 @@ export declare const useNamespaceTranslation: <TranslationKeys extends string>(namespace: string, options?: UseTranslationOptions) => [TransForLibs<TranslationKeys>, i18n, boolean] & {

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