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 7.0.0-beta.5 to 7.0.0

5

index.js

@@ -187,3 +187,4 @@ "use strict"

}
const nonPresentationSVGAttributes = /^(a(ll|t|u)|base[FP]|c(al|lipPathU|on)|di|ed|ex|filter[RU]|g(lyphR|r)|ke|l(en|im)|ma(rker[HUW]|s)|n|pat|pr|point[^e]|re[^n]|s[puy]|st[^or]|ta|textL|vi|xC|y|z)/
const nonPresentationSVGAttributes =
/^(a(ll|t|u)|base[FP]|c(al|lipPathU|on)|di|ed|ex|filter[RU]|g(lyphR|r)|ke|l(en|im)|ma(rker[HUW]|s)|n|pat|pr|point[^e]|re[^n]|s[puy]|st[^or]|ta|textL|vi|xC|y|z)/
function createFactory(tag) {

@@ -433,3 +434,3 @@ return createElement.bind(null, tag)

function ClassList(value) {
value.className = list.value
value.setAttribute("class", list.value)
list = value.classList

@@ -436,0 +437,0 @@ }

9

package.json
{
"name": "jsx-dom-cjs",
"version": "7.0.0-beta.5",
"version": "7.0.0",
"description": "JSX to document.createElement.",
"main": "index.js",
"files": [
"cjs",
"esm",
"index.d.ts"
],
"keywords": [

@@ -14,3 +19,3 @@ "jsx",

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

@@ -17,0 +22,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