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

jsx-dom

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-dom - npm Package Compare versions

Comparing version 8.0.1-beta.2 to 8.0.1-beta.3

styled.macro.cjs

5

index.js

@@ -349,3 +349,6 @@ /* eslint-disable */

case "textContent":
node[key] = value
if (isVisibleChild(value)) {
node[key] = value
}
return

@@ -352,0 +355,0 @@

@@ -199,3 +199,6 @@ /* eslint-disable */

case "textContent":
node[key] = value
if (isVisibleChild(value)) {
node[key] = value
}
return

@@ -202,0 +205,0 @@

4

package.json
{
"name": "jsx-dom",
"version": "8.0.1-beta.2",
"version": "8.0.1-beta.3",
"description": "JSX to document.createElement.",

@@ -15,3 +15,3 @@ "main": "index.js",

"dependencies": {
"csstype": "^3.0.8"
"csstype": "^3.0.9"
},

@@ -18,0 +18,0 @@ "eslintIgnore": [

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