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

i18next

Package Overview
Dependencies
Maintainers
1
Versions
501
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next - npm Package Versions

1
51

1.10.3

Diff

Changelog

Source

1.10.3

  • fixes issue where lng get fixed on data-i18n-options
  • [SECURITY] merges Reimplement XSS-vulnerable sequential replacement code PR 443
jamuhl
published 1.10.2 •

Changelog

Source

1.10.2

  • streamline callback(err, t) for case where resStore is passed in
jamuhl
published 1.10.1 •

Changelog

Source

1.10.1

  • fixes Adds jquery like functionality without the jquery plugin. PR 403 by adding it to output
jamuhl
published 1.10.0 •

Changelog

Source

1.10.0

  • [BREAKING] new callbacks will be node.js conform function(err, t) | Forward the error from sync fetch methods to the init callback function PR 402
  • fix fallback lng option during translations PR 399
  • Adds jquery like functionality without the jquery plugin. PR 403
jamuhl
published 1.9.0 •

Changelog

Source

1.9.0

  • i18n.noConflict() PR 371
  • fix fallback to default namepsace when namespace passed as an option PR 375
  • cache option for ajax requests PR 376
  • option to show key on value is empty string PR 379
  • Add isInitialized method PR 380
  • Null check for detectLngFromLocalStorage PR 384
  • support for adding timeout in configuration for ajax request PR 387
jamuhl
published 1.7.10 •

jamuhl
published 1.7.9 •

jamuhl
published 1.7.8 •

jamuhl
published 1.7.6 •

Changelog

Source

1.7.6

  • fixes lng detection (i18next-client on npm)
jamuhl
published 1.7.4 •

Changelog

Source

1.7.4

  • add resource bundle gets deep extend flag i18n.addResourceBundle(lng, ns, { 'deep': { 'key2': 'value2' }}, true);
  • new functions to add one key value or multiple i18n.addResource(lng, ns, key, value);, i18n.addResources(lng, ns, {'key1': 'value1', 'deep.key2': 'value2'});
  • lngWhitelist merged
  • override postMissing function
  • allow floats for count
  • added indefinite functionality for plurals
  • optional set replacing vars to replace member to avoid collision with other options
  • experimental optional detectLngFromLocalStorage
  • fix for norwegian language
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