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

nuxt-i18n

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-i18n - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.3.4"></a>
## [2.3.4](https://github.com/nuxt-community/nuxt-i18n/compare/v2.3.3...v2.3.4) (2018-02-25)
### Bug Fixes
* Fix issue where locale messages would not be preserved after lazy-loading ([c39b33d](https://github.com/nuxt-community/nuxt-i18n/commit/c39b33d))
<a name="2.3.3"></a>

@@ -7,0 +17,0 @@ ## [2.3.3](https://github.com/paulgv/nuxt-i18n/compare/v2.3.2...v2.3.3) (2018-02-21)

2

lib/templates/i18n.plugin.js

@@ -27,4 +27,4 @@ import Vue from 'vue'

const { loadLanguageAsync } = require('./i18n.utils')
loadLanguageAsync(app.i18n, app.i18n.locale)
return loadLanguageAsync(app.i18n, app.i18n.locale)
}
}
{
"name": "nuxt-i18n",
"version": "2.3.3",
"version": "2.3.4",
"description": "i18n for Nuxt",

@@ -12,3 +12,3 @@ "license": "MIT",

"main": "lib/module.js",
"repository": "https://github.com/paulgv/nuxt-i18n",
"repository": "https://github.com/nuxt-community/nuxt-i18n",
"publishConfig": {

@@ -15,0 +15,0 @@ "access": "public"

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