Socket
Socket
Sign inDemoInstall

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 2.0.0 to 2.0.1

4

CHANGELOG.md

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

## 2.0.1 - 2017-09-26
### Fixed
- Remove old React 0.14.X peer dependency. (@chromakode)
## 2.0.0 - 2017-09-24

@@ -7,0 +11,0 @@ ### Added

6

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

@@ -44,4 +44,4 @@ "react",

"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^15.0.0",
"react-dom": "^15.0.0"
},

@@ -48,0 +48,0 @@ "dependencies": {

@@ -21,3 +21,3 @@ # react-html-email

```js
import {injectReactEmailAttributes} from 'react-html-email'
import { injectReactEmailAttributes } from 'react-html-email'

@@ -24,0 +24,0 @@ // set up React to support a few HTML attributes useful for legacy clients

Sorry, the diff of this file is not supported yet

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