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

@types/react-i18next

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-i18next - npm Package Versions

13

7.3.2

Diff

Changelog

Source

7.3.2

  • replace Interpolate PureComponent with Component to assert it gets rerendered on lng change
types
published 4.6.3 •

Changelog

Source

4.6.3

  • move react, prop-types, ... to peerDependency again
types
published 7.3.1 •

Changelog

Source

7.3.1

  • remove react-dom from peer dependencies as module is used in react-native too
types
published 1.7.11 •

types
published 4.6.2 •

Changelog

Source

4.6.2

  • optimize trans component output
types
published 7.3.0 •

Changelog

Source

7.3.0

  • Allow translate HOC to take a function for getting namespaces 372
types
published 4.6.1 •

Changelog

Source

4.6.1

  • fixes issue in changeLanguage on set via translate hoc ssr
types
published 7.0.0 •

Changelog

Source

7.0.0

  • [BREAKING] As with react 16 you can return multiple elements from render - based on that we do not need to return a wrapper any longer from Trans component.

Starting with v7.0.0 Trans component per default won't add a parent div around content passed as children. It will just return it's children.

You still got the option to set a parent if you prefer content being wrapped.

If you prefer wrapping for all your Trans components (or for backwards compatibility) you can set option react.defaultTransParent to an element on i18next init.

types
published 1.7.10 •

types
published 4.6.0 •

Changelog

Source

4.6.0

  • allow passing initialI18nStore and initialLanguage to I18nextProvider via props to support simpler ssr
  • adds a serverside rendering sample based on razzle
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