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

i18next-hmr

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-hmr - npm Package Compare versions

Comparing version 1.11.3 to 1.11.4

7

CHANGELOG.md

@@ -7,4 +7,11 @@ ### Changelog

#### [v1.11.4](https://github.com/felixmosh/i18next-hmr/compare/v1.11.3...v1.11.4)
- fix: fix plugin options type [`6fe639b`](https://github.com/felixmosh/i18next-hmr/commit/6fe639b144921d7e7b3e67422e0592b053c9e31a)
#### [v1.11.3](https://github.com/felixmosh/i18next-hmr/compare/v1.11.2...v1.11.3)
> 22 May 2023
- Release 1.11.3 [`ad67539`](https://github.com/felixmosh/i18next-hmr/commit/ad67539d70abfb0da0dae657c79828a5ceac27fc)
- fix: make localesDirs plugin config an optional [`3de3b0c`](https://github.com/felixmosh/i18next-hmr/commit/3de3b0cacd9a869d7a2b44f20f522cd7c340603d)

@@ -11,0 +18,0 @@

2

package.json
{
"name": "i18next-hmr",
"version": "1.11.3",
"version": "1.11.4",
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.",

@@ -5,0 +5,0 @@ "keywords": [

export class I18NextHMRPlugin {
static addListener(cb: (data: { lang: string; ns: string }) => void): void;
constructor(options: { localesDir: string; localesDirs?: string[] });
constructor(options: { localesDir: string; } | { localesDirs: string[] });
}
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