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

satori

Package Overview
Dependencies
Maintainers
2
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.40 to 0.0.41

dist/index.cjs

28

package.json
{
"name": "satori",
"version": "0.0.40",
"version": "0.0.41",
"description": "Enlightened library to convert HTML and CSS to SVG.",
"module": "./dist/esm/index.js",
"main": "./dist/esm/index.js",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -16,4 +16,10 @@ "type": "module",

"./package.json": "./package.json",
".": "./dist/esm/index.js",
"./wasm": "./dist/esm/index.wasm.js"
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./wasm": {
"import": "./dist/index.wasm.js",
"require": "./dist/index.wasm.cjs"
}
},

@@ -42,6 +48,12 @@ "repository": {

"@types/yoga-layout": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitest/ui": "^0.7.6",
"concurrently": "^7.3.0",
"esbuild-plugin-replace": "^1.2.0",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"jest-image-snapshot": "^5.2.0",
"prettier": "^2.7.1",
"react": "^17.0.2",

@@ -73,4 +85,8 @@ "tsup": "^5.11.13",

"test": "NODE_ENV=test vitest run --outputTruncateLength=9999999",
"dev:test": "NODE_ENV=test vitest --update --outputTruncateLength=9999999"
"dev:test": "NODE_ENV=test vitest --update --outputTruncateLength=9999999",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --quiet",
"lint:fix": "pnpm lint --fix",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write ."
}
}

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

import Satori, { init } from './dist/esm/index.wasm.js'
import Satori, { init } from './dist/index.wasm.js'
export default Satori
export { init }

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

Sorry, the diff of this file is not supported yet

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

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