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

@react-email/components

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/components - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

20

package.json
{
"name": "@react-email/components",
"version": "0.0.6",
"version": "0.0.7",
"description": "All react-email components",

@@ -12,2 +12,14 @@ "sideEffects": false,

],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"license": "MIT",

@@ -19,3 +31,3 @@ "scripts": {

"clean": "rm -rf dist",
"test": "jest",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",

@@ -39,6 +51,6 @@ "format:check": "prettier --check \"**/*.{ts,tsx,md}\"",

"@react-email/body": "0.0.2",
"@react-email/button": "0.0.8",
"@react-email/button": "0.0.9",
"@react-email/column": "0.0.7",
"@react-email/container": "0.0.8",
"@react-email/font": "0.0.1",
"@react-email/font": "0.0.2",
"@react-email/head": "0.0.5",

@@ -45,0 +57,0 @@ "@react-email/heading": "0.0.8",

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