nuxt-i18n
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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) |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30847
11
13
2