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.0.0 to 2.0.1

lib/.DS_Store

5

CHANGELOG.md

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

<a name="2.0.1"></a>
## [2.0.1](https://github.com/paulgv/nuxt-i18n/compare/v2.0.0...v2.0.1) (2018-01-27)
<a name="2.0.0"></a>

@@ -7,0 +12,0 @@ # [2.0.0](https://github.com/paulgv/nuxt-i18n/compare/v1.0.2...v2.0.0) (2018-01-26)

2

lib/routes.js

@@ -38,3 +38,3 @@ const { has } = require('lodash')

let { path, name, children } = baseRoute
const cleanChunkName = chunkName.replace(/^pages\//, '');
const cleanChunkName = chunkName.replace(/^pages\//, '')
if (children) {

@@ -41,0 +41,0 @@ children = generateRoutes({

{
"name": "nuxt-i18n",
"version": "2.0.0",
"version": "2.0.1",
"description": "i18n for Nuxt",

@@ -41,4 +41,16 @@ "license": "MIT",

"devDependencies": {
"nuxt-module-builder": "^1.0.0"
"nuxt": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"jest": "latest",
"jsdom": "latest",
"standard-version": "latest"
}
}
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