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
56
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.0.2 to 3.0.3

2

app/assets/javascripts/i18n.js

@@ -120,3 +120,3 @@ // I18n.js

value = obj[key];
if (isString(value) || isNumber(value) || isBoolean(value)) {
if (isString(value) || isNumber(value) || isBoolean(value) || isArray(value)) {
dest[key] = value;

@@ -123,0 +123,0 @@ } else {

@@ -21,8 +21,12 @@ # Change Log

## [3.0.2] - 2017-10-26
## [3.0.3] - 2018-01-02
### Added
### Fixed
- Nothing
- [Ruby] Fix extend method when translations has array values
(PR: https://github.com/fnando/i18n-js/pull/487)
## [3.0.2] - 2017-10-26
### Changed

@@ -36,7 +40,3 @@

### Fixed
- Nothing
## [3.0.1] - 2017-08-02

@@ -275,3 +275,4 @@

[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.0.2...HEAD
[Unreleased]: https://github.com/fnando/i18n-js/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/fnando/i18n-js/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/fnando/i18n-js/compare/v3.0.1...v3.0.2

@@ -278,0 +279,0 @@ [3.0.1]: https://github.com/fnando/i18n-js/compare/v3.0.0...v3.0.1

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

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

@@ -64,3 +64,3 @@ # I18n.js

<%= javascript_include_tag "i18n" %>
<%= javascript_include_tag "translations" %>
<%= javascript_include_tag "translations", skip_pipeline: true %>
```

@@ -67,0 +67,0 @@

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