New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsx-dom-cjs

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-dom-cjs - npm Package Compare versions

Comparing version 8.0.1-beta.9 to 8.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# 8.0.2
- Bug fix: `import("jsx-dom").ShadowRoot` was not properly exported.
# 8.0.0
- Breaking change:
- [https://github.com/proteriax/jsx-dom/issues/65](Disabled rendering `false` as attribute to custom components).
# 7.0.2

@@ -2,0 +9,0 @@ - #61 Support rich data properties

4

index.js

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

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

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

exports.SVGNamespace = SVGNamespace
exports.ShadowRoot = ShadowRoot$1
exports.ShadowRoot = ShadowRoot
exports.StrictMode = Fragment

@@ -600,0 +600,0 @@ exports.className = className

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

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

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

exports.SVGNamespace = SVGNamespace
exports.ShadowRoot = ShadowRoot$1
exports.ShadowRoot = ShadowRoot
exports.StrictMode = Fragment

@@ -442,0 +442,0 @@ exports.className = className

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

@@ -5,0 +5,0 @@ "main": "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