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

html-react-parser

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-react-parser - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

10

dist/html-react-parser.js

@@ -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": {

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