Socket
Socket
Sign inDemoInstall

@react-email/html

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/html - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

dist/index.js

@@ -32,9 +32,4 @@ "use strict";

lang = "en",
style,
...props
}) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("html", {
lang,
...props,
children
});
}) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("html", { lang, ...props, children });
Html.displayName = "Html";

@@ -41,0 +36,0 @@ // Annotate the CommonJS export names for ESM import in node:

22

package.json
{
"name": "@react-email/html",
"version": "0.0.2",
"version": "0.0.3",
"description": "A React html component to wrap emails",

@@ -16,7 +16,19 @@ "sideEffects": false,

"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"lint": "TIMING=1 eslint src/**/*.ts* --fix",
"lint": "eslint",
"clean": "rm -rf dist",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\"",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format:check": "prettier --ignore-path ./../../.prettierignore --check \"**/*.{ts,tsx,md}\"",
"format": "prettier --ignore-path ./../../.prettierignore --write \"**/*.{ts,tsx,md}\""
},
"repository": {
"type": "git",
"url": "https://github.com/zenorocha/react-email.git",
"directory": "packages/html"
},
"keywords": [
"react",
"email"
],
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {

@@ -35,2 +47,2 @@ "@types/react": "18.0.20",

}
}
}

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

![React Email HTML cover](https://react.email/static/images/readme/covers/html.png)
![React Email HTML cover](https://react.email/static/covers/html.png)

@@ -53,5 +53,5 @@ <div align="center"><strong>@react-email/html</strong></div>

| <img src="https://react.email/static/images/readme/icons/gmail.svg" width="48px" height="48px" alt="Gmail logo"> | <img src="https://react.email/static/images/readme/icons/apple-mail.svg" width="48px" height="48px" alt="Apple Mail"> | <img src="https://react.email/static/images/readme/icons/outlook.svg" width="48px" height="48px" alt="Outlook logo"> | <img src="https://react.email/static/images/readme/icons/yahoo-mail.svg" width="48px" height="48px" alt="Yahoo! Mail logo"> | <img src="https://react.email/static/images/readme/icons/hey.svg" width="48px" height="48px" alt="HEY logo"> | <img src="https://react.email/static/images/readme/icons/superhuman.svg" width="48px" height="48px" alt="Superhuman logo"> |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
| <img src="https://react.email/static/icons/gmail.svg" width="48px" height="48px" alt="Gmail logo"> | <img src="https://react.email/static/icons/apple-mail.svg" width="48px" height="48px" alt="Apple Mail"> | <img src="https://react.email/static/icons/outlook.svg" width="48px" height="48px" alt="Outlook logo"> | <img src="https://react.email/static/icons/yahoo-mail.svg" width="48px" height="48px" alt="Yahoo! Mail logo"> | <img src="https://react.email/static/icons/hey.svg" width="48px" height="48px" alt="HEY logo"> | <img src="https://react.email/static/icons/superhuman.svg" width="48px" height="48px" alt="Superhuman logo"> |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |

@@ -58,0 +58,0 @@ ## License

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