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

satori

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satori - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/index.d.ts

53

package.json
{
"name": "satori",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"description": "A lightweight library to convert HTML JSX to SVG string.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev:preview": "vite test/preview",
"dev:test": "vitest",
"test": "vitest run",
"build": "tsup src/index.ts --dts --minify --format cjs,esm"
},
"author": "",
"license": "ISC"
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/satori.git"
},
"keywords": [
"HTML",
"JSX",
"SVG",
"converter",
"renderer"
],
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vercel/satori/issues"
},
"homepage": "https://github.com/vercel/satori#readme",
"devDependencies": {
"@types/node": "^17.0.13",
"@types/opentype.js": "^1.3.3",
"@types/react": "^17.0.38",
"react": "^17.0.2",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"vitest": "^0.2.5"
},
"dependencies": {
"css-background-parser": "^0.1.0",
"css-line-break": "^2.1.0",
"css-to-react-native": "^3.0.0",
"gradient-parser": "^1.0.2",
"opentype.js": "^1.3.4",
"parse-css-dimension": "^1.1.0",
"yoga-layout-prebuilt": "^1.10.0"
}
}
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