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

@react-email/button

Package Overview
Dependencies
Maintainers
2
Versions
23
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.0.9 to 0.0.10

2

dist/index.d.ts
import * as React from 'react';
declare type RootProps = React.ComponentPropsWithoutRef<"a">;
type RootProps = React.ComponentPropsWithoutRef<"a">;
interface ButtonProps extends RootProps {

@@ -5,0 +5,0 @@ pX?: number;

{
"name": "@react-email/button",
"version": "0.0.9",
"version": "0.0.10",
"description": "A link that is styled to look like a button",

@@ -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",

@@ -40,14 +52,14 @@ "scripts": {

"devDependencies": {
"@babel/preset-react": "7.18.6",
"@babel/preset-react": "7.22.5",
"@react-email/render": "0.0.6",
"@types/jest": "29.5.0",
"@types/jest": "29.5.3",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"babel-jest": "28.1.3",
"eslint": "8.23.1",
"eslint": "8.45.0",
"jest": "28.1.3",
"prettier": "2.8.4",
"prettier": "3.0.0",
"ts-jest": "28.0.8",
"tsup": "6.2.3",
"typescript": "4.8.3"
"typescript": "5.1.6"
},

@@ -54,0 +66,0 @@ "publishConfig": {

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