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.3 to 2.14.4

6

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

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

unfetch: "^4.1.0",
vue: "^2.6.11",
vue: "^2.6.12",
"vue-client-only": "^2.0.0",

@@ -27,3 +27,3 @@ "vue-meta": "^2.4.0",

"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
vuex: "^3.5.1"

@@ -30,0 +30,0 @@ };

{
"name": "@nuxt/vue-app",
"version": "2.14.3",
"version": "2.14.4",
"repository": "nuxt/nuxt.js",

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

"unfetch": "^4.1.0",
"vue": "^2.6.11",
"vue": "^2.6.12",
"vue-client-only": "^2.0.0",

@@ -24,3 +24,3 @@ "vue-meta": "^2.4.0",

"vue-router": "^3.4.3",
"vue-template-compiler": "^2.6.11",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.5.1"

@@ -27,0 +27,0 @@ },

@@ -97,6 +97,6 @@ import Vue from 'vue'

const property = moduleName
const storeModule = getStoreModule(store, namespaces, { isProperty: true })
const propertyStoreModule = getStoreModule(store, namespaces, { isProperty: true })
// Replace state since it's a function
mergeProperty(storeModule, moduleData, property)
mergeProperty(propertyStoreModule, moduleData, property)
return

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