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

@pandacss/shared

Package Overview
Dependencies
Maintainers
1
Versions
1132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/shared - npm Package Compare versions

Comparing version 0.0.0-dev-20240501211216 to 0.0.0-dev-20240503130204

2

dist/index.js

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

function compactStyles(...styles) {
return styles.filter((style) => isObject(style) && Object.keys(compact(style)).length > 0);
return styles.flat().filter((style) => isObject(style) && Object.keys(compact(style)).length > 0);
}

@@ -476,0 +476,0 @@ function createMergeCss(context) {

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

function compactStyles(...styles) {
return styles.filter((style) => isObject(style) && Object.keys(compact(style)).length > 0);
return styles.flat().filter((style) => isObject(style) && Object.keys(compact(style)).length > 0);
}

@@ -230,0 +230,0 @@ function createMergeCss(context) {

{
"name": "@pandacss/shared",
"version": "0.0.0-dev-20240501211216",
"version": "0.0.0-dev-20240503130204",
"description": "Shared utilities for css panda",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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