Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/app-edge

Package Overview
Dependencies
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/app-edge - npm Package Compare versions

Comparing version 0.5.0-27142069.62921af to 0.5.0-27142365.25e96bb

2

dist/composables/asyncData.d.ts

@@ -1,2 +0,2 @@

import { Ref, UnwrapRef } from 'vue';
import type { UnwrapRef, Ref } from 'vue';
import { Nuxt } from '@nuxt/app';

@@ -3,0 +3,0 @@ export declare type AsyncDataFn<T> = (ctx?: Nuxt) => Promise<T>;

@@ -1,2 +0,3 @@

import { ComponentInternalInstance, defineComponent } from 'vue';
import { defineComponent } from 'vue';
import type { ComponentInternalInstance } from 'vue';
export declare const NuxtComponentIndicator = "__nuxt_component";

@@ -3,0 +4,0 @@ export declare const NuxtComponentPendingPromises = "_pendingPromises";

@@ -1,2 +0,2 @@

import { UnwrapRef } from 'vue';
import type { UnwrapRef } from 'vue';
export declare function ensureReactive<T extends Record<string, any>, K extends keyof T>(data: T, key: K): UnwrapRef<T[K]>;

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import { App } from 'vue';
import type { App } from 'vue';
import Hookable from 'hookable';

@@ -3,0 +3,0 @@ import { LegacyContext } from './legacy';

{
"name": "@nuxt/app-edge",
"version": "0.5.0-27142069.62921af",
"version": "0.5.0-27142365.25e96bb",
"repository": "nuxt/framework",

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

@@ -0,1 +1,2 @@

// eslint-disable-next-line import/default
import Vue from 'vue'

@@ -2,0 +3,0 @@ import { $Fetch } from 'ohmyfetch'

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