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

react-html-email

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-html-email - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## 1.0.1 - 2016-04-21
### Added
- Accept React 15 as a peer dependency. (@chromakode)
## 1.0.0 - 2016-04-21

@@ -10,3 +14,3 @@ ### Added

- `alt` tag prop to `Image` component. (@Roilan)
- `headCSS` prop to `Email` component to which creates a <style> tag. (@chromakode)
- `headCSS` prop to `Email` component to which creates a `<style>` tag. (@chromakode)

@@ -13,0 +17,0 @@ ## 0.2.1 - 2016-01-06

6

package.json
{
"name": "react-html-email",
"description": "Create elegant HTML email templates using React.",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [

@@ -43,5 +43,5 @@ "react",

"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
}
}
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