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

@nuxtjs/router

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/router - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

10

CHANGELOG.md

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

<a name="1.3.1"></a>
## [1.3.1](https://github.com/nuxt-community/router-module/compare/v1.3.0...v1.3.1) (2019-02-15)
### Bug Fixes
* **paths:** support for windows paths ([e1817ba](https://github.com/nuxt-community/router-module/commit/e1817ba))
<a name="1.3.0"></a>

@@ -7,0 +17,0 @@ # [1.3.0](https://github.com/nuxt-community/router-module/compare/v1.2.1...v1.3.0) (2019-02-13)

2

lib/module.js

@@ -31,3 +31,3 @@ const { relative, resolve } = require('path')

options: {
routerFilePath: relative(this.options.buildDir, routerFilePath).replace(/\/+/g, '/'),
routerFilePath: relative(this.options.buildDir, routerFilePath).replace(/\/\//g, '/'),
keepDefaultRouter: options.keepDefaultRouter

@@ -34,0 +34,0 @@ }

{
"name": "@nuxtjs/router",
"version": "1.3.0",
"version": "1.3.1",
"description": "Nuxt module to use router.js instead of pages/ directory.",

@@ -5,0 +5,0 @@ "license": "MIT",

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