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

i18n-js

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-js - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

6

app/assets/javascripts/i18n.js

@@ -1087,7 +1087,7 @@ // I18n.js

// Set aliases, so we can save some typing.
I18n.t = I18n.translate;
I18n.l = I18n.localize;
I18n.p = I18n.pluralize;
I18n.t = I18n.translate.bind(I18n);
I18n.l = I18n.localize.bind(I18n);
I18n.p = I18n.pluralize.bind(I18n);
return I18n;
}));

@@ -21,2 +21,10 @@ # Change Log

## [3.5.1] - 2019-12-21
### Changed
- [JS] Bound shortcut functions
(PR: https://github.com/fnando/i18n-js/pull/560)
## [3.5.0] - 2019-11-12

@@ -437,3 +445,4 @@

[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.5.0...HEAD
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.5.1...HEAD
[3.5.1]: https://github.com/fnando/i18n-js/compare/v3.5.0...v3.5.1
[3.5.0]: https://github.com/fnando/i18n-js/compare/v3.4.2...v3.5.0

@@ -440,0 +449,0 @@ [3.4.2]: https://github.com/fnando/i18n-js/compare/v3.4.1...v3.4.2

{
"name": "i18n-js",
"version": "3.5.0",
"version": "3.5.1",
"description": "A javascript library similar to Ruby on Rails i18n gem",

@@ -5,0 +5,0 @@ "author": "Nando Vieira",

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