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
3
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.9

30

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

@@ -15,3 +15,3 @@ "sideEffects": false,

"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"

@@ -26,10 +26,2 @@ },

"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": {

@@ -52,10 +44,18 @@ "type": "git",

"@babel/preset-react": "7.22.5",
"@react-email/render": "workspace:*",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "5.1.6"
"typescript": "5.1.6",
"tsconfig": "0.0.0",
"eslint-config-custom": "0.0.0",
"@react-email/render": "0.0.10"
},
"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"
}
}
}

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

import { Column } from '@react-email/column';
const Email = () => {

@@ -39,0 +40,0 @@ return(