Socket
Socket
Sign inDemoInstall

@nuxt/vue-app

Package Overview
Dependencies
Maintainers
5
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.16.1 to 2.16.2

6

dist/vue-app.js
/*!
* @nuxt/vue-app v2.16.1 (c) 2016-2023
* @nuxt/vue-app v2.16.2 (c) 2016-2023
* Released under the MIT License

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

var dependencies = {
"node-fetch-native": "^1.0.1",
ufo: "^1.0.1",
"node-fetch-native": "^1.0.2",
ufo: "^1.1.1",
unfetch: "^5.0.0",

@@ -16,0 +16,0 @@ vue: "^2.7.10",

{
"name": "@nuxt/vue-app",
"version": "2.16.1",
"version": "2.16.2",
"repository": "nuxt/nuxt.js",

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

"dependencies": {
"node-fetch-native": "^1.0.1",
"ufo": "^1.0.1",
"node-fetch-native": "^1.0.2",
"ufo": "^1.1.1",
"unfetch": "^5.0.0",

@@ -28,2 +28,5 @@ "vue": "^2.7.10",

},
"engines": {
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"publishConfig": {

@@ -30,0 +33,0 @@ "access": "public"

@@ -320,4 +320,4 @@ import Vue from 'vue'

if (Component.options.asyncData && typeof Component.options.asyncData === 'function') {
const promise = promisify(Component.options.asyncData, app.context)
promise.then((asyncDataResult) => {
const promise = promisify(Component.options.asyncData, app.context)
.then((asyncDataResult) => {
ssrContext.asyncData[Component.cid] = asyncDataResult

@@ -327,6 +327,6 @@ applyAsyncData(Component)

})
promises.push(promise)
} else {
promises.push(null)
}
promises.push(promise)
} else {
promises.push(null)
}
<% } %>

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