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

nuxt-og-image

Package Overview
Dependencies
Maintainers
1
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-og-image - npm Package Compare versions

Comparing version 3.0.0-rc.30 to 3.0.0-rc.31

dist/client/_nuxt/angular-html.ulaXK71i.js

2

dist/client/_nuxt/builds/latest.json

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

{"id":"bb98bdc4-cb43-44eb-b961-cca8b9050d48","timestamp":1706326307731}
{"id":"e8c2abb1-c2da-455e-a7e8-26f4f28b10f9","timestamp":1706770552577}

@@ -184,2 +184,8 @@ import * as _nuxt_schema from '@nuxt/schema';

compatibility?: CompatibilityFlagEnvOverrides;
/**
* Use an alternative host for downloading Google Fonts. This is used to support China where Google Fonts is blocked.
*
* When `true` is set will use `fonts.font.im`, otherwise will use a string as the host.
*/
googleFontMirror?: true | string;
}

@@ -186,0 +192,0 @@ interface ModuleHooks {

@@ -8,3 +8,3 @@ {

"configKey": "ogImage",
"version": "3.0.0-rc.29"
"version": "3.0.0-rc.30"
}

@@ -0,4 +1,4 @@

import type { NuxtSSRContext } from 'nuxt/app';
import type { DefineOgImageInput, OgImageOptions, OgImagePrebuilt } from '../types';
import type { NuxtSSRContext } from '#app';
export declare function createOgImageMeta(src: string | null, input: OgImageOptions | OgImagePrebuilt, resolvedOptions: OgImageOptions, ssrContext: NuxtSSRContext): void;
export declare function normaliseOptions(_options: DefineOgImageInput): OgImageOptions | OgImagePrebuilt;

@@ -157,1 +157,5 @@ import type { html } from 'satori-html';

}
export interface SocialPreviewMetaData {
twitter?: Record<string, string>;
og?: Record<string, string>;
}
{
"name": "nuxt-og-image",
"type": "module",
"version": "3.0.0-rc.30",
"packageManager": "pnpm@8.14.3",
"version": "3.0.0-rc.31",
"packageManager": "pnpm@8.15.1",
"description": "Enlightened OG Image generation for Nuxt.",

@@ -40,3 +40,3 @@ "author": {

"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/kit": "^3.9.3",
"@nuxt/kit": "^3.10.0",
"@resvg/resvg-js": "^2.6.0",

@@ -51,3 +51,3 @@ "@resvg/resvg-wasm": "^2.6.0",

"flatted": "^3.2.9",
"floating-vue": "5.2.0",
"floating-vue": "5.2.2",
"image-size": "^1.1.1",

@@ -65,5 +65,5 @@ "json-editor-vue": "^0.12.0",

"radix3": "^1.1.0",
"satori": "0.10.11",
"satori": "0.10.13",
"satori-html": "^0.3.2",
"shikiji": "^0.10.2",
"shiki": "^1.0.0-beta.2",
"sirv": "^2.0.4",

@@ -89,8 +89,8 @@ "splitpanes": "^3.1.5",

"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "3.10.0",
"@nuxt/ui": "^2.12.3",
"@nuxt/test-utils": "3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0",
"@nuxtjs/tailwindcss": "^6.11.1",
"@nuxtjs/tailwindcss": "^6.11.2",
"@unocss/nuxt": "^0.58.4",

@@ -104,3 +104,3 @@ "@unocss/preset-icons": "^0.58.4",

"jest-image-snapshot": "^6.4.0",
"nuxt": "^3.9.3",
"nuxt": "^3.10.0",
"nuxt-icon": "0.6.8",

@@ -120,3 +120,5 @@ "playwright": "^1.41.1",

"#nuxt-og-image/components",
"sharp"
"sharp",
"unstorage",
"unstorage/drivers/fs"
]

@@ -123,0 +125,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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