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

html-element-to-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-element-to-react - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

10

dist/index.js

@@ -38,5 +38,13 @@ "use strict";

if (el[k]) {
if (k === "className" && el[k]) {
props[k] = el[k];
}
if (k === "src" && el[k]) {
props[k] = el[k];
}
if (k === "href" && el[k]) {
props[k] = el[k];
}
}

@@ -43,0 +51,0 @@

2

package.json
{
"name": "html-element-to-react",
"version": "0.4.3",
"version": "0.4.4",
"description": "Convert HTML DOM elements to React elements",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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