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

@react-email/column

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/column - npm Package Compare versions

Comparing version

to
0.0.6-canary.0

2

package.json
{
"name": "@react-email/column",
"version": "0.0.5",
"version": "0.0.6-canary.0",
"description": "Display a column that separates content areas vertically in your email",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -35,3 +35,3 @@ ![React Email Column cover](https://react.email/static/covers/column.png)

```jsx
import { Section } from '@react-email/section';
import { Row } from '@react-email/row';
import { Column } from '@react-email/column';

@@ -41,7 +41,7 @@

return(
<Section>
<Row>
<Column>A<Column/>
<Column>B<Column/>
<Column>C<Column/>
</Section>
</Row>
);

@@ -48,0 +48,0 @@ };