Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/i18next-node-fs-backend

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/i18next-node-fs-backend - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

i18next-node-fs-backend/index.d.ts

@@ -20,3 +20,2 @@ // Type definitions for i18next-node-fs-backend 2.1

* @summary Path where resources get loaded from.
* @type {string}
*/

@@ -27,3 +26,2 @@ loadPath: string;

* @summary Path to post missing resources
* @type {string}
*/

@@ -34,3 +32,2 @@ addPath: string;

* @summary jsonIndent to use when storing json files
* @type {number}
*/

@@ -41,3 +38,2 @@ jsonIndent: number;

* @summary custom parser
* @type {function}
*/

@@ -44,0 +40,0 @@ parse?: ((data: any) => any) | undefined;

6

i18next-node-fs-backend/package.json
{
"name": "@types/i18next-node-fs-backend",
"version": "2.1.1",
"version": "2.1.2",
"description": "TypeScript definitions for i18next-node-fs-backend",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next-node-fs-backend",

},
"typesPublisherContentHash": "a2744ddb0bacb4283782d5919300cc012943d95d4c2a6cdc731dc511efa10da1",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "7473f89b18849537769eb1190c37b9adf79fcabbb0fdb8838f394928f5e3555a",
"typeScriptVersion": "4.3"
}

@@ -30,3 +30,2 @@ # Installation

* @summary Path where resources get loaded from.
* @type {string}
*/

@@ -37,3 +36,2 @@ loadPath: string;

* @summary Path to post missing resources
* @type {string}
*/

@@ -44,3 +42,2 @@ addPath: string;

* @summary jsonIndent to use when storing json files
* @type {number}
*/

@@ -51,3 +48,2 @@ jsonIndent: number;

* @summary custom parser
* @type {function}
*/

@@ -84,3 +80,3 @@ parse?: ((data: any) => any) | undefined;

### Additional Details
* Last updated: Thu, 08 Jul 2021 14:23:03 GMT
* Last updated: Sat, 29 Apr 2023 04:03:33 GMT
* Dependencies: [@types/i18next](https://npmjs.com/package/@types/i18next)

@@ -87,0 +83,0 @@ * Global values: none

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