🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@react-email/button

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/button - npm Package Compare versions

Comparing version
0.1.0
to
0.2.0
+5
-5
package.json
{
"name": "@react-email/button",
"version": "0.1.0",
"version": "0.2.0",
"description": "A link that is styled to look like a button",

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

"typescript": "5.8.3",
"@react-email/render": "1.1.2",
"@react-email/render": "1.1.3",
"tsconfig": "0.0.0"

@@ -51,7 +51,7 @@ },

"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"build:watch": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"clean": "rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"test:watch": "vitest",
"test": "vitest run"
"test": "vitest run",
"test:watch": "vitest"
}
}