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

react-from-dom

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-from-dom - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

src/helpers.ts

8

package.json
{
"name": "react-from-dom",
"version": "0.4.0",
"version": "0.4.1",
"description": "Convert HTML/XML source code or DOM nodes to React elements",

@@ -18,3 +18,4 @@ "author": "Gil Barbara <gilbarbara@gmail.com>",

"esm",
"lib"
"lib",
"src"
],

@@ -78,3 +79,4 @@ "types": "./lib",

"clean": "del lib/* && del esm/*",
"watch": "npm run build:esm && npm run build:cjs -- -w",
"watch:cjs": "npm run build:cjs -- -w",
"watch:esm": "npm run build:esm -- -w",
"test": "is-ci \"test:coverage\" \"test:watch\"",

@@ -81,0 +83,0 @@ "test:coverage": "jest --coverage --bail",

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