🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@react-email/tailwind

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/tailwind - npm Package Compare versions

Comparing version

to
0.0.15-canary.0

2

license.md

@@ -1,2 +0,2 @@

Copyright 2022 Bu Kinoshita and Zeno Rocha
Copyright 2024 Plus Five Five, Inc

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

{
"name": "@react-email/tailwind",
"version": "0.0.14",
"version": "0.0.15-canary.0",
"description": "A React component to wrap emails with Tailwind CSS",

@@ -25,2 +25,10 @@ "sideEffects": false,

"license": "MIT",
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"clean": "rm -rf dist",
"lint": "eslint .",
"test:watch": "vitest --config ../../vitest.config.ts",
"test": "vitest run --config ../../vitest.config.ts"
},
"repository": {

@@ -46,6 +54,12 @@ "type": "git",

"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.23.7",
"@babel/preset-react": "7.22.5",
"@react-email/button": "workspace:^",
"@react-email/head": "workspace:*",
"@react-email/hr": "workspace:*",
"@react-email/html": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/postcss-css-variables": "0.18.2",
"@types/node": "20.11.5",
"@types/postcss-css-variables": "0.18.3",
"eslint-config-custom": "workspace:*",
"eslint-plugin-regex": "1.10.0",

@@ -58,25 +72,12 @@ "memfs": "4.6.0",

"tailwindcss": "3.3.2",
"tsconfig": "workspace:*",
"tsup": "7.2.0",
"typescript": "5.1.6",
"vite": "4.0.0",
"vite": "4.1.5",
"vite-plugin-dts": "3.6.3",
"vite-plugin-node-polyfills": "0.17.0",
"@react-email/head": "0.0.7",
"@react-email/html": "0.0.7",
"@react-email/button": "^0.0.13",
"eslint-config-custom": "0.0.0",
"@react-email/hr": "0.0.7",
"tsconfig": "0.0.0"
"vite-plugin-node-polyfills": "0.17.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"clean": "rm -rf dist",
"lint": "eslint .",
"test:watch": "vitest --config ../../vitest.config.ts",
"test": "vitest run --config ../../vitest.config.ts"
}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet