Socket
Socket
Sign inDemoInstall

next-i18next

Package Overview
Dependencies
Maintainers
3
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-i18next - npm Package Versions

13
21

14.0.0

Diff

Changelog

Source

14.0.0

  • requires i18next >= v23.0.1
  • requires react-i18next >= v13.0.0

Breaking changes

i18next 23.0.0 dropped support for older browsers. From nextjs 13, you can use the transpilePackages to avoid issues.

/** @type {import('next').NextConfig} */
const nextConfig = {
  transpilePackages: ['i18next'],
}
module.exports = nextConfig
adrai
published 13.3.0 •

Changelog

Source

13.3.0

  • using a custom backend on server side should also lazy load the passed namespaces
adrai
published 13.2.2 •

Changelog

Source

13.2.2

  • pageProps may be undefined on strange setups #2109"
adrai
published 13.2.1 •

Changelog

Source

13.2.1

  • types: fix serverSideTranslations args #2104"
adrai
published 13.2.0 •

Changelog

Source

13.2.0

  • types: Update serverSideTranslation args type #2097"
adrai
published 13.1.6 •

Changelog

Source

13.1.6

  • fix: allow user provided affixes to be used without providing localeStructure #2100"
adrai
published 13.1.5 •

Changelog

Source

13.1.5

  • #2089, more stable impelementation of "feat(server-side): custom default config path #2084"
adrai
published 13.1.4 •

Changelog

Source

13.1.4

  • revert #2084
adrai
published 13.1.3 •

Changelog

Source

13.1.3

  • another code snippet for #2084 to try to fix for dynamic pages
adrai
published 13.1.2 •

Changelog

Source

13.1.2

  • different code snippet for #2084 to try to fix for dynamic pages
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