New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 4.0.3 to 4.0.4

2

dist/index.cjs.js

@@ -142,3 +142,3 @@ 'use strict';

case 'className':
node.className = className(value);
node.setAttribute('class', className(value));
continue;

@@ -145,0 +145,0 @@ }

@@ -140,3 +140,3 @@

case 'className':
node.className = className(value);
node.setAttribute('class', className(value));
continue;

@@ -143,0 +143,0 @@ }

{
"name": "jsx-dom",
"version": "4.0.3",
"version": "4.0.4",
"description": "JSX to document.createElement.",

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

@@ -102,3 +102,3 @@ import { __assign } from 'tslib';

case 'className':
node.className = className( value );
node.setAttribute('class', className( value ));
continue;

@@ -105,0 +105,0 @@ }

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