New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-email/render

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/render - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

license.md

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

Copyright 2022 Bu Kinoshita and Zeno Rocha
Copyright 2024 Plus Five Five, Inc

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "@react-email/render",
"version": "0.0.12",
"version": "0.0.13",
"description": "Transform React components into HTML email templates",

@@ -25,10 +25,2 @@ "sideEffects": false,

"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"lint": "eslint .",
"test:watch": "vitest",
"test": "vitest run"
},
"repository": {

@@ -49,19 +41,27 @@ "type": "git",

"js-beautify": "^1.14.11",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-react": "7.22.5",
"@edge-runtime/vm": "3.1.7",
"@types/html-to-text": "9.0.1",
"@babel/preset-react": "7.23.3",
"@edge-runtime/vm": "3.1.8",
"@types/html-to-text": "9.0.4",
"@types/js-beautify": "1.14.3",
"eslint-config-custom": "workspace:*",
"jsdom": "23.0.1",
"tsconfig": "workspace:*",
"typescript": "5.1.6",
"vitest": "0.34.6"
"vitest": "0.34.6",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"lint": "eslint .",
"test:watch": "vitest",
"test": "vitest run"
}
}
}
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