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
1150
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.37.0 to 0.37.1

2

dist/index.js

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

var getPatternStyles = (pattern, styles) => {
if (!pattern.defaultValues)
if (!pattern?.defaultValues)
return styles;

@@ -637,0 +637,0 @@ const defaults = typeof pattern.defaultValues === "function" ? pattern.defaultValues(styles) : pattern.defaultValues;

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

var getPatternStyles = (pattern, styles) => {
if (!pattern.defaultValues)
if (!pattern?.defaultValues)
return styles;

@@ -279,0 +279,0 @@ const defaults = typeof pattern.defaultValues === "function" ? pattern.defaultValues(styles) : pattern.defaultValues;

{
"name": "@pandacss/shared",
"version": "0.37.0",
"version": "0.37.1",
"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