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

@pandacss/shared

Package Overview
Dependencies
Maintainers
1
Versions
1160
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-20240218185104 to 0.0.0-dev-20240218191408

2

dist/index.d.ts

@@ -100,3 +100,3 @@ import { W as WalkObjectStopFn, M as MappedObject, C as CreateCssContext } from './shared-4wnn7ulW.js';

*/
declare function getPropertyPriority(property: string): 1 | 2;
declare function getPropertyPriority(property: string): 0 | 1 | 2;

@@ -103,0 +103,0 @@ declare function splitBy(value: string, separator?: string): any[];

@@ -739,2 +739,4 @@ "use strict";

function getPropertyPriority(property) {
if (property === "all")
return 0;
return longhands.includes(property) ? 2 : 1;

@@ -741,0 +743,0 @@ }

{
"name": "@pandacss/shared",
"version": "0.0.0-dev-20240218185104",
"version": "0.0.0-dev-20240218191408",
"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