Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-in-props

Package Overview
Dependencies
Maintainers
3
Versions
137
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 2.11.147 to 2.11.160

2

dist/cjs/transform.js

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

else if ((0, import_utils.isFunction)(hasCSS)) {
const stack = hasCSS(element);
const stack = hasCSS({ props, context, deps: element.deps });
const exec = (0, import_utils.isArray)(stack) ? stack.reduce((a, c) => {

@@ -44,0 +44,0 @@ return (0, import_utils.merge)(a, c);

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

"author": "symbo.ls",
"version": "2.11.147",
"version": "2.11.160",
"repository": "https://github.com/symbo-ls/smbls",

@@ -34,3 +34,3 @@ "type": "module",

},
"gitHead": "198d7b500aa7c238bf8594fb452dd3ea823ee4ba"
"gitHead": "f36bc99a2d0c1b771e3d8e104d1b1005b2b0a33a"
}

@@ -23,3 +23,4 @@ 'use strict'

else if (isFunction(hasCSS)) {
const stack = hasCSS(element)
// const stack = hasCSS(element)
const stack = hasCSS({ props, context, deps: element.deps })
const exec = isArray(stack)

@@ -26,0 +27,0 @@ ? stack.reduce((a, c) => {

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