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 0.1.1 to 0.2.0

8

CHANGELOG.md

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

## 0.2.0 - 2016-01-05
### Added
- Add default export to match documentation.
## 0.1.1 - 2016-01-02
### Added
- Miscellaneous config files to .npmignore.
## 0.1.0 - 2016-01-02

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

10

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.__styleValidator = exports.renderEmail = exports.configStyleValidator = exports.injectReactEmailAttributes = exports.A = exports.Span = exports.Item = exports.Image = exports.Email = exports.Box = exports.PropTypes = undefined;
exports.renderEmail = exports.configStyleValidator = exports.injectReactEmailAttributes = exports.A = exports.Span = exports.Item = exports.Image = exports.Email = exports.Box = exports.PropTypes = undefined;

@@ -57,2 +57,8 @@ var _PropTypes = require('./PropTypes');

exports.renderEmail = _renderEmail2.default;
exports.__styleValidator = _PropTypes.__styleValidator;
exports.default = {
PropTypes: _PropTypes2.default,
injectReactEmailAttributes: _injectReactEmailAttributes2.default,
configStyleValidator: _PropTypes.configStyleValidator,
renderEmail: _renderEmail2.default,
__styleValidator: _PropTypes.__styleValidator
};

2

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

@@ -6,0 +6,0 @@ "react",

@@ -5,4 +5,4 @@ # react-html-email

[![Coverage Status](https://img.shields.io/coveralls/chromakode/react-html-email/master.svg?style=flat-square)](https://coveralls.io/github/chromakode/react-html-email?branch=master)
[![npm](https://img.shields.io/npm/v/react-html-email.svg)](https://www.npmjs.com/package/react-html-email)
[![npm](https://img.shields.io/npm/l/react-html-email.svg)](https://github.com/chromakode/react-html-email/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/react-html-email.svg?style=flat-square)](https://www.npmjs.com/package/react-html-email)
[![npm](https://img.shields.io/npm/l/react-html-email.svg?style=flat-square)](https://github.com/chromakode/react-html-email/blob/master/LICENSE)

@@ -66,6 +66,6 @@ Modern HTML emails are a tangle of archaic HTML and inline styles. This library encapsulates the cruft into simple React components and helps avoid common pitfalls.

strict: true,
// Whether to warn when compatibility notes for a style property exist.
warn: true,
// Platforms to consider for compatibility checks.

@@ -72,0 +72,0 @@ platforms: [

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