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

@pandacss/token-dictionary

Package Overview
Dependencies
Maintainers
1
Versions
1158
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-20240413152357 to 0.0.0-dev-20240419031424

1

dist/index.d.ts

@@ -175,2 +175,3 @@ import * as _pandacss_types from '@pandacss/types';

json: Record<string, Record<string, string>>;
valuesByCategory: Map<keyof _pandacss_types.TokenDataTypes, Map<string, string>>;
get: (path: string, fallback?: string | number) => string;

@@ -177,0 +178,0 @@ getCategoryValues: (category: string) => Record<string, string> | undefined;

@@ -1094,2 +1094,3 @@ "use strict";

json,
valuesByCategory,
get: (0, import_shared5.memo)((path, fallback) => {

@@ -1096,0 +1097,0 @@ return flatValues.get(path) ?? fallback;

8

package.json
{
"name": "@pandacss/token-dictionary",
"version": "0.0.0-dev-20240413152357",
"version": "0.0.0-dev-20240419031424",
"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-20240413152357",
"@pandacss/shared": "0.0.0-dev-20240413152357",
"@pandacss/types": "0.0.0-dev-20240413152357"
"@pandacss/logger": "^0.0.0-dev-20240419031424",
"@pandacss/types": "0.0.0-dev-20240419031424",
"@pandacss/shared": "0.0.0-dev-20240419031424"
},

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

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