Socket
Socket
Sign inDemoInstall

@vercel/og

Package Overview
Dependencies
Maintainers
219
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vercel/og - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

dist/index.node.js

@@ -22,3 +22,3 @@ import {

constructor(element, options = {}) {
if (!new Error().stack.includes("async_hooks") || typeof Response === "undefined" || typeof ReadableStream === "undefined") {
if (typeof Response === "undefined" || typeof ReadableStream === "undefined") {
throw new Error("The `ImageResponse` API is not supported in this runtime, use the `unstable_createNodejsStream` API instead or switch to the Vercel Edge Runtime.");

@@ -25,0 +25,0 @@ }

{
"name": "@vercel/og",
"version": "0.4.0",
"version": "0.4.1",
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",

@@ -5,0 +5,0 @@ "type": "module",

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