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.3.0 to 1.3.1

9

index.d.ts

@@ -8,2 +8,6 @@ import { BackendModule, MultiReadCallback, ReadCallback } from "i18next";

type AddPathOption =
| string
| ((lng: string, namespace: string) => string)
interface BackendOptions {

@@ -18,5 +22,6 @@ /**

/**
* path to post missing resources
* path to post missing resources, must be `string` or a `function` returning a path:
* function(lng, namespace) { return customPath; }
*/
addPath?: string;
addPath?: AddPathOption;
/**

@@ -23,0 +28,0 @@ * your backend server supports multiLoading

{
"name": "i18next-http-backend",
"version": "1.3.0",
"version": "1.3.1",
"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