html-react-parser
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -744,3 +744,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
* | ||
* @providesModule DOMProperty | ||
*/ | ||
@@ -916,5 +915,9 @@ | ||
* to warn in the case of missing properties. Available only in __DEV__. | ||
* | ||
* autofocus is predefined, because adding it to the property whitelist | ||
* causes unintended side effects. | ||
* | ||
* @type {Object} | ||
*/ | ||
getPossibleStandardName: true ? {} : null, | ||
getPossibleStandardName: true ? { autofocus: 'autoFocus' } : null, | ||
@@ -957,3 +960,2 @@ /** | ||
* | ||
* @providesModule HTMLDOMPropertyConfig | ||
*/ | ||
@@ -1175,3 +1177,2 @@ | ||
* | ||
* @providesModule SVGDOMPropertyConfig | ||
*/ | ||
@@ -1483,3 +1484,2 @@ | ||
* | ||
* @providesModule reactProdInvariant | ||
* | ||
@@ -1486,0 +1486,0 @@ */ |
@@ -9,4 +9,4 @@ 'use strict'; | ||
// HTML and SVG DOM Property Configs | ||
var HTMLDOMPropertyConfig = require('react/lib/HTMLDOMPropertyConfig'); | ||
var SVGDOMPropertyConfig = require('react/lib/SVGDOMPropertyConfig'); | ||
var HTMLDOMPropertyConfig = require('react-dom/lib/HTMLDOMPropertyConfig'); | ||
var SVGDOMPropertyConfig = require('react-dom/lib/SVGDOMPropertyConfig'); | ||
@@ -13,0 +13,0 @@ var config = { |
{ | ||
"name": "html-react-parser", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "An HTML to React parser.", | ||
@@ -40,8 +40,9 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"mocha": "^3.0.2", | ||
"react": "15.3", | ||
"react-dom": "15.3", | ||
"react": ">=15.4", | ||
"react-dom": ">=15.4", | ||
"webpack": "^1.13.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "<=15.3" | ||
"react": ">=15.4", | ||
"react-dom": ">=15.4" | ||
}, | ||
@@ -48,0 +49,0 @@ "browser": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75524
3