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-27105807.0bbbdde to 0.5.0-27105810.b263b4f

1

dist/index.d.ts
export * from './nuxt';
export * from './composables';
export * from '@nuxt/meta';
import { App } from 'vue';
import Hookable from 'hookable';
import { LegacyContext } from './legacy';
declare type NuxtMeta = {
htmlAttrs?: string;
headAttrs?: string;
bodyAttrs?: string;
headTags?: string;
bodyPrepend?: string;
bodyScripts?: string;
};
export interface Nuxt {

@@ -13,3 +21,5 @@ app: App;

_legacyContext?: LegacyContext;
ssrContext?: Record<string, any>;
ssrContext?: Record<string, any> & {
renderMeta: () => Promise<NuxtMeta> | NuxtMeta;
};
payload: {

@@ -54,1 +64,2 @@ serverRendered?: true;

export declare function useNuxt(): Nuxt;
export {};

6

package.json
{
"name": "@nuxt/app-edge",
"version": "0.5.0-27105807.0bbbdde",
"version": "0.5.0-27105810.b263b4f",
"repository": "nuxt/framework",

@@ -23,3 +23,2 @@ "license": "MIT",

"dependencies": {
"@vueuse/head": "^0.6.0",
"hookable": "^4.4.1",

@@ -32,2 +31,5 @@ "ohmyfetch": "^0.2.0",

},
"peerDependencies": {
"@nuxt/meta": "*"
},
"devDependencies": {

@@ -34,0 +36,0 @@ "unbuild": "^0.3.2"

Sorry, the diff of this file is not supported yet

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