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

@react-email/body

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/body - npm Package Compare versions

Comparing version 0.0.10-canary.0 to 0.0.10

5

dist/index.d.ts
import * as React from 'react';
type RootProps = React.ComponentPropsWithoutRef<"body">;
type BodyProps = RootProps;
declare const Body: React.ForwardRefExoticComponent<Readonly<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLBodyElement>, HTMLBodyElement>, "ref">> & React.RefAttributes<HTMLBodyElement>>;
type BodyProps = Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>>;
declare const Body: React.ForwardRefExoticComponent<Readonly<React.HtmlHTMLAttributes<HTMLBodyElement>> & React.RefAttributes<HTMLBodyElement>>;
export { Body, BodyProps };

6

package.json
{
"name": "@react-email/body",
"version": "0.0.10-canary.0",
"version": "0.0.10",
"description": "A React body component to wrap emails",

@@ -29,7 +29,5 @@ "sideEffects": false,

"devDependencies": {
"@babel/core": "7.23.9",
"@babel/preset-react": "7.23.3",
"typescript": "5.1.6",
"@react-email/render": "0.0.18-canary.0",
"tsconfig": "0.0.0",
"@react-email/render": "1.0.0",
"eslint-config-custom": "0.0.0"

@@ -36,0 +34,0 @@ },

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