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 0.0.29 to 0.0.30

18

i18next-node-fs-backend/index.d.ts
// Type definitions for i18next-node-fs-backend
// Project: https://github.com/i18next/i18next-node-fs-backend
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Silas Rech <https://github.com/lenovouser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

@@ -16,3 +18,2 @@ declare namespace I18next {

interface i18nextNodeFsBackEndOptions {
// path where resources get loaded from
/**

@@ -34,4 +35,9 @@ * @summary Path where resources get loaded from.

*/
//
jsonIndent: number;
/**
* @summary custom parser
* @type {function}
*/
parse?: (data: any) => any;
}

@@ -52,8 +58,8 @@

class BackEnd {
constructor(services?: any, options?: Object);
init(options?: Object): void;
constructor(services?: any, options?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions);
init(options?: i18nextNodeFsBackEnd.i18nextNodeFsBackEndOptions): void;
}
var out: typeof BackEnd;
export = out;
const module: typeof BackEnd;
export = module;
}
{
"name": "@types/i18next-node-fs-backend",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for i18next-node-fs-backend",

@@ -9,3 +9,9 @@ "license": "MIT",

"name": "Cyril Schumacher",
"url": "https://github.com/cyrilschumacher"
"url": "https://github.com/cyrilschumacher",
"githubUsername": "cyrilschumacher"
},
{
"name": "Silas Rech",
"url": "https://github.com/lenovouser",
"githubUsername": "lenovouser"
}

@@ -16,3 +22,3 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -23,5 +29,4 @@ "scripts": {},

},
"peerDependencies": {},
"typesPublisherContentHash": "33e6f475366218fac168af7b8a862ff00fff610ea049c0d8bfd62d7b12dce40f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "725cd3a4ba8536b019c14bfac7a8f2ac5d1989b899cd9725f204166c69de58c1",
"typeScriptVersion": "2.4"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next-node-fs-backend
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/i18next-node-fs-backend
Additional Details
* Last updated: Mon, 17 Jul 2017 19:27:11 GMT
* Last updated: Sat, 08 Sep 2018 01:20:16 GMT
* Dependencies: i18next

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>.
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>, Silas Rech <https://github.com/lenovouser>.
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