Socket
Socket
Sign inDemoInstall

@nuxt/vue-app

Package Overview
Dependencies
Maintainers
4
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.15.4 to 2.15.5

4

dist/vue-app.js
/*!
* @nuxt/vue-app v2.15.4 (c) 2016-2021
* @nuxt/vue-app v2.15.5 (c) 2016-2021
* Released under the MIT License

@@ -19,3 +19,3 @@ * Repository: https://github.com/nuxt/nuxt.js

"node-fetch": "^2.6.1",
ufo: "^0.6.10",
ufo: "^0.7.2",
unfetch: "^4.2.0",

@@ -22,0 +22,0 @@ vue: "^2.6.12",

{
"name": "@nuxt/vue-app",
"version": "2.15.4",
"version": "2.15.5",
"repository": "nuxt/nuxt.js",

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

"node-fetch": "^2.6.1",
"ufo": "^0.6.10",
"ufo": "^0.7.2",
"unfetch": "^4.2.0",

@@ -20,0 +20,0 @@ "vue": "^2.6.12",

@@ -272,3 +272,3 @@ import Vue from 'vue'

await new Promise((resolve, reject) => {
router.push(app.context.route.fullPath, resolve, (err) => {
router.replace(app.context.route.fullPath, resolve, (err) => {
// https://github.com/vuejs/vue-router/blob/v3.4.3/src/util/errors.js

@@ -275,0 +275,0 @@ if (!err._isRouter) return reject(err)

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