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.14.11 to 2.14.12

4

dist/vue-app.js
/*!
* @nuxt/vue-app v2.14.11 (c) 2016-2020
* @nuxt/vue-app v2.14.12 (c) 2016-2020

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

var dependencies = {
"@nuxt/ufo": "^0.1.0",
"@nuxt/ufo": "^0.5.0",
"node-fetch": "^2.6.1",

@@ -22,0 +22,0 @@ unfetch: "^4.2.0",

{
"name": "@nuxt/vue-app",
"version": "2.14.11",
"version": "2.14.12",
"repository": "nuxt/nuxt.js",

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

"dependencies": {
"@nuxt/ufo": "^0.1.0",
"@nuxt/ufo": "^0.5.0",
"node-fetch": "^2.6.1",

@@ -19,0 +19,0 @@ "unfetch": "^4.2.0",

import Vue from 'vue'
import Router from 'vue-router'
import { normalizeURL } from '@nuxt/ufo'
import { normalizeURL, decode } from '@nuxt/ufo'
import { interopDefault } from './utils'<%= isTest ? '// eslint-disable-line no-unused-vars' : '' %>

@@ -112,3 +112,3 @@ import scrollBehavior from './router.scrollBehavior.js'

if (typeof obj[key] === 'string') {
obj[key] = decodeURIComponent(obj[key])
obj[key] = decode(obj[key])
}

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