Socket
Socket
Sign inDemoInstall

@nuxt/vue-app

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/vue-app - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

4

dist/vue-app.js
/*!
* @nuxt/vue-app v2.6.2 (c) 2016-2019
* @nuxt/vue-app v2.6.3 (c) 2016-2019

@@ -22,3 +22,3 @@ * - All the amazing contributors

"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.5",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",

@@ -25,0 +25,0 @@ vuex: "^3.1.0"

{
"name": "@nuxt/vue-app",
"version": "2.6.2",
"version": "2.6.3",
"repository": "nuxt/nuxt.js",

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

"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.5",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",

@@ -23,0 +23,0 @@ "vuex": "^3.1.0"

import Vue from 'vue'
import VueRouter, { Route } from 'vue-router'
import { Store } from 'vuex'
import { IncomingMessage, ServerResponse } from 'http'

@@ -20,11 +21,11 @@ // augment typings of NodeJS.Process

*/
isClient: boolean;
isClient: boolean
/**
* @deprecated Use process.server instead
*/
isServer: boolean;
isServer: boolean
/**
* @deprecated Use process.static instead
*/
isStatic: boolean;
isStatic: boolean
isDev: boolean

@@ -38,9 +39,9 @@ isHMR: boolean

query: Route['query']
req: Request
res: Response
redirect (status: number, path: string, query?: Route['query']): void
redirect (path: string, query?: Route['query']): void
error (params: ErrorParams): void
req: IncomingMessage
res: ServerResponse
redirect(status: number, path: string, query?: Route['query']): void
redirect(path: string, query?: Route['query']): void
error(params: ErrorParams): void
nuxtState: NuxtState
beforeNuxtRender (fn: (params: { Components: VueRouter['getMatchedComponents'], nuxtState: NuxtState }) => void): void
beforeNuxtRender(fn: (params: { Components: VueRouter['getMatchedComponents'], nuxtState: NuxtState }) => void): void
}

@@ -47,0 +48,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