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.15.0 to 2.15.1

2

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

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

{
"name": "@nuxt/vue-app",
"version": "2.15.0",
"version": "2.15.1",
"repository": "nuxt/nuxt.js",

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

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

// Create the app definition and the instance (created for each request)
const { app, router<%= (store ? ', store' : '') %> } = await createApp(ssrContext, { ...ssrContext.runtimeConfig.public, ...ssrContext.runtimeConfig.private })
const { app, router<%= (store ? ', store' : '') %> } = await createApp(ssrContext, ssrContext.runtimeConfig.private)
const _app = new Vue(app)

@@ -109,0 +109,0 @@ // Add ssr route path to nuxt context so we can account for page navigation between ssr and csr

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