Socket
Socket
Sign inDemoInstall

ca-i18n

Package Overview
Dependencies
93
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2-dev.27 to 0.0.2-dev.28

4

lib/index.d.ts

@@ -8,3 +8,3 @@ import React, { FC } from 'react';

declare type I18nProviderProps = {
type I18nProviderProps = {
fallback?: React.ReactNode;

@@ -18,3 +18,3 @@ options?: InitOptions;

declare type ImportFn = (language: string, namespace: string, callback: ReadCallback) => void;
type ImportFn = (language: string, namespace: string, callback: ReadCallback) => void;
/**

@@ -21,0 +21,0 @@ * Default i18next instance used by chakra-admin.

{
"name": "ca-i18n",
"version": "0.0.2-dev.27",
"version": "0.0.2-dev.28",
"description": "",

@@ -33,12 +33,12 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^8.25.0",
"eslint": "^8.41.0",
"react": "^18.2.0",
"typescript": "^4.5.2",
"typescript": "^5.0.4",
"tsup": "^6.2.3",
"@types/luxon": "^2.0.2",
"@types/react": "^18.0.21",
"ca-test-utils": "0.0.2-dev.18",
"@types/react": "^18.2.7",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0",
"tsup-config": "0.0.0",
"eslint-config-custom": "0.0.0",
"tsconfig": "0.0.0"
"ca-test-utils": "0.0.2-dev.18"
},

@@ -45,0 +45,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc