Socket
Socket
Sign inDemoInstall

i18next-http-backend

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-http-backend - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

10

index.d.ts

@@ -67,3 +67,3 @@ import { BackendModule, MultiReadCallback, ReadCallback } from "i18next";

/**
* allows an object containing custom headers or a function that when called returns
* allows an object containing custom headers or a function that when called returns
* an object of custom headers

@@ -78,2 +78,7 @@ */

reloadInterval?: false | number;
/**
* fetch api request options, can be a function
*/
requestOptions: RequestInit | ((payload: {} | string) => RequestInit);
}

@@ -89,3 +94,4 @@

export default class I18NextHttpBackend
implements BackendModule<BackendOptions> {
implements BackendModule<BackendOptions>
{
constructor(services?: any, options?: BackendOptions);

@@ -92,0 +98,0 @@ init(services?: any, options?: BackendOptions): void;

2

package.json
{
"name": "i18next-http-backend",
"version": "1.2.4",
"version": "1.2.5",
"private": false,

@@ -5,0 +5,0 @@ "type": "module",

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