You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-email

Package Overview
Dependencies
Maintainers
3
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-email - npm Package Compare versions

Comparing version

to
1.2.2

20

CHANGELOG.md
# create-email
## 1.2.2
### Patch Changes
- 6edd76d: add @react-email/preview-server to template dependencies
## 1.2.1

@@ -19,2 +25,14 @@

## 1.2.0-canary.1
### Patch Changes
- 0c3aaa3: Show package.json's version on --version for create-email
## 1.2.0-canary.0
### Minor Changes
- 237d115: Fetch react-email package versions at runtime from `--tag` option
## 1.1.0

@@ -26,2 +44,4 @@

## 1.0.8-canary.0
## 1.0.7

@@ -28,0 +48,0 @@

2

package.json
{
"name": "create-email",
"version": "1.2.1",
"version": "1.2.2",
"description": "The easiest way to get started with React Email",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -76,3 +76,3 @@ #!/usr/bin/env node

)
.replace(
.replaceAll(
'INSERT_REACT_EMAIL_VERSION',

@@ -79,0 +79,0 @@ await getLatestVersionOfTag('react-email', tag),

@@ -16,2 +16,3 @@ {

"devDependencies": {
"@react-email/preview-server": "INSERT_REACT_EMAIL_VERSION",
"@types/react": "^19.0.1",

@@ -18,0 +19,0 @@ "@types/react-dom": "^19.0.1",

Sorry, the diff of this file is not supported yet