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 8.0.1-beta.8 to 8.0.1-beta.9

6

index.js

@@ -111,3 +111,3 @@ /* eslint-disable */

function ShadowRoot({ children, ref, ...attr }) {
function ShadowRoot$1({ children, ref, ...attr }) {
return {

@@ -328,3 +328,3 @@ [jsxDomType]: JsxDomType.ShadowRoot,

function normalizeAttribute(s, separator) {
return s.replace(/[A-Z\d]/g, match => separator + match.toLowerCase())
return s.replace(/[A-Z]/g, match => separator + match.toLowerCase())
}

@@ -595,3 +595,3 @@

SVGNamespace,
ShadowRoot,
ShadowRoot$1 as ShadowRoot,
Fragment as StrictMode,

@@ -598,0 +598,0 @@ className,

@@ -55,3 +55,3 @@ /* eslint-disable */

function ShadowRoot({ children, ref, ...attr }) {
function ShadowRoot$1({ children, ref, ...attr }) {
return {

@@ -436,3 +436,3 @@ [jsxDomType]: JsxDomType.ShadowRoot,

SVGNamespace,
ShadowRoot,
ShadowRoot$1 as ShadowRoot,
Fragment as StrictMode,

@@ -439,0 +439,0 @@ className,

{
"name": "jsx-dom",
"version": "8.0.1-beta.8",
"version": "8.0.1-beta.9",
"description": "JSX to document.createElement.",

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

Sorry, the diff of this file is too big to display

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