Gathering detailed insights and metrics for @types/i18next-node-fs-backend
Gathering detailed insights and metrics for @types/i18next-node-fs-backend
Gathering detailed insights and metrics for @types/i18next-node-fs-backend
Gathering detailed insights and metrics for @types/i18next-node-fs-backend
The repository for high quality TypeScript type definitions.
npm install @types/i18next-node-fs-backend
Typescript
Module System
81.7
Supply Chain
90.9
Quality
75.9
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
2,089,022
Last Day
144
Last Week
5,692
Last Month
29,763
Last Year
344,337
NOASSERTION License
49,709 Stars
89,364 Commits
30,382 Forks
640 Watchers
6 Branches
9,955 Contributors
Updated on May 11, 2025
Latest Version
2.1.5
Package Id
@types/i18next-node-fs-backend@2.1.5
Unpacked Size
6.12 kB
Size
2.04 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-35.7%
144
Compared to previous day
Last Week
-8.3%
5,692
Compared to previous week
Last Month
-15.1%
29,763
Compared to previous month
Last Year
9.2%
344,337
Compared to previous year
1
npm install --save @types/i18next-node-fs-backend
This package contains type definitions for i18next-node-fs-backend (https://github.com/i18next/i18next-node-fs-backend).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next-node-fs-backend.
1declare namespace I18next { 2 interface I18nextOptions extends i18nextNodeFsBackEnd.I18nextOptions {} 3} 4 5declare namespace i18nextNodeFsBackEnd { 6 /** 7 * @summary Options for "i18next-node-fs-backend". 8 * @interface 9 */ 10 interface i18nextNodeFsBackEndOptions { 11 /** 12 * @summary Path where resources get loaded from. 13 */ 14 loadPath: string; 15 16 /** 17 * @summary Path to post missing resources 18 */ 19 addPath: string; 20 21 /** 22 * @summary jsonIndent to use when storing json files 23 */ 24 jsonIndent: number; 25 26 /** 27 * @summary custom parser 28 */ 29 parse?: ((data: any) => any) | undefined; 30 } 31 32 /** 33 * @summary Options for "i18next". 34 * @interface 35 */ 36 interface I18nextOptions { 37 backend?: i18nextNodeFsBackEndOptions | undefined; 38 } 39} 40 41declare module "i18next-node-fs-backend" { 42 import * as i18next from "i18next"; 43 44 class Backend implements i18next.BackendModule<i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions> { 45 type: "backend"; 46 constructor(services?: any, options?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions); 47 init( 48 services: i18next.Services, 49 backendOptions?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions, 50 i18nextOptions?: i18next.InitOptions, 51 ): void; 52 read(language: string, namespace: string, callback: i18next.ReadCallback): void; 53 create(languages: string[], namespace: string, key: string, fallbackValue: string): void; 54 } 55 56 const module: typeof Backend; 57 export = module; 58} 59
These definitions were written by Cyril Schumacher, and Silas Rech.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More