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

css-in-props

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-in-props - npm Package Compare versions

Comparing version

to
3.0.100

2

dist/cjs/transform/executors.js

@@ -44,3 +44,3 @@ "use strict";

const value = sourceObj[key];
if (key === "classlist" && element.call("isString", sourceObj.classlist)) {
if (key === "class" && element.call("isString", sourceObj.class)) {
const val = value.split(" ");

@@ -47,0 +47,0 @@ if (val.length) {

@@ -5,3 +5,3 @@ {

"author": "symbo.ls",
"version": "3.0.6",
"version": "3.0.100",
"repository": "https://github.com/symbo-ls/smbls",

@@ -30,7 +30,7 @@ "type": "module",

"@domql/utils": "^3.0.0",
"@symbo.ls/atoms": "^3.0.6",
"@symbo.ls/atoms": "^3.0.100",
"@symbo.ls/emotion": "^3.0.1",
"@symbo.ls/scratch": "^3.0.2"
},
"gitHead": "d78a3603eea303118e84a46c24160c6d590bdb90"
"gitHead": "1302a0674cc4d420f304737973a7f7bece86f359"
}

@@ -30,3 +30,3 @@ 'use strict'

const value = sourceObj[key]
if (key === 'classlist' && element.call('isString', sourceObj.classlist)) {
if (key === 'class' && element.call('isString', sourceObj.class)) {
const val = value.split(' ')

@@ -33,0 +33,0 @@ if (val.length) {