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

@pandacss/token-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
1144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/token-dictionary - npm Package Compare versions

Comparing version 0.0.0-dev-20241022220846 to 0.0.0-dev-20241026153443

2

dist/index.js

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

function toUnit(v) {
return (0, import_shared4.isCssUnit)(v) ? v : `${v}px`;
return (0, import_shared4.isCssUnit)(v) || hasReference(v.toString()) ? v : `${v}px`;
}

@@ -520,0 +520,0 @@ var transformShadow = {

{
"name": "@pandacss/token-dictionary",
"version": "0.0.0-dev-20241022220846",
"version": "0.0.0-dev-20241026153443",
"description": "Common error messages for css panda",

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

"ts-pattern": "5.0.8",
"@pandacss/logger": "^0.0.0-dev-20241022220846",
"@pandacss/shared": "0.0.0-dev-20241022220846",
"@pandacss/types": "0.0.0-dev-20241022220846"
"@pandacss/logger": "^0.0.0-dev-20241026153443",
"@pandacss/shared": "0.0.0-dev-20241026153443",
"@pandacss/types": "0.0.0-dev-20241026153443"
},

@@ -41,0 +41,0 @@ "scripts": {

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