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

@vercel/og

Package Overview
Dependencies
Maintainers
172
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.0.1 to 0.0.2

dist/index.d.ts

8

package.json
{
"name": "@vercel/og",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"type": "module",
"main": "dist/index.js",

@@ -11,3 +12,3 @@ "files": [

"scripts": {
"build": "node scripts/build.js"
"build": "tsup src/index.ts --format esm --dts"
},

@@ -23,4 +24,5 @@ "keywords": [],

"devDependencies": {
"esbuild": "^0.14.48"
"@types/react": "^18.0.15",
"tsup": "^6.1.3"
}
}
# @vercel/og
[Satori](https://github.com/vercel/satori) based Open Graph Image generation adapter for Vercel’s [Edge Function](https://vercel.com/docs/concepts/functions/edge-functions).
## Basic Usage

@@ -32,1 +34,3 @@

```
The React element will be rendered and responded as a PNG from that Edge Function endpoint. For more details and restrictions in image generation, see [Satori](https://github.com/vercel/satori).

Sorry, the diff of this file is too big to display

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