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

@pandacss/dev

Package Overview
Dependencies
Maintainers
0
Versions
947
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/dev - npm Package Compare versions

Comparing version 0.0.0-dev-20241231165502 to 0.0.0-dev-20250101153413

22

dist/cli-main.js

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

// package.json
var version = "0.50.0";
var version = "0.51.0";

@@ -351,11 +351,19 @@ // src/interactive.ts

}
if (tokenScope && !ctx.tokens.isEmpty) {
const tokenAnalysis = result.getTokenReport();
import_logger.logger.info("analyze:tokens", `Token usage report \u{1F3A8}
if (tokenScope) {
if (!ctx.tokens.isEmpty) {
const tokenAnalysis = result.getTokenReport();
import_logger.logger.info("analyze:tokens", `Token usage report \u{1F3A8}
${tokenAnalysis.formatted}`);
} else {
import_logger.logger.info("analyze:tokens", "No tokens found");
}
}
if (recipeScope && !ctx.recipes.isEmpty()) {
const recipeAnalysis = result.getRecipeReport();
import_logger.logger.info("analyze:recipes", `Recipe usage report \u{1F39B}\uFE0F
if (recipeScope) {
if (!ctx.recipes.isEmpty()) {
const recipeAnalysis = result.getRecipeReport();
import_logger.logger.info("analyze:recipes", `Config recipes usage report \u{1F39B}\uFE0F
${recipeAnalysis.formatted}`);
} else {
import_logger.logger.info("analyze:recipes", "No config recipes found");
}
}

@@ -362,0 +370,0 @@ });

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

// package.json
var version = "0.50.0";
var version = "0.51.0";

@@ -42,0 +42,0 @@ // src/interactive.ts

{
"name": "@pandacss/dev",
"version": "0.0.0-dev-20241231165502",
"version": "0.0.0-dev-20250101153413",
"description": "The user facing package for panda css",

@@ -56,10 +56,10 @@ "main": "dist/index.js",

"cac": "6.7.14",
"@pandacss/config": "0.0.0-dev-20241231165502",
"@pandacss/logger": "0.0.0-dev-20241231165502",
"@pandacss/node": "0.0.0-dev-20241231165502",
"@pandacss/postcss": "0.0.0-dev-20241231165502",
"@pandacss/preset-panda": "0.0.0-dev-20241231165502",
"@pandacss/shared": "0.0.0-dev-20241231165502",
"@pandacss/token-dictionary": "0.0.0-dev-20241231165502",
"@pandacss/types": "0.0.0-dev-20241231165502"
"@pandacss/config": "0.0.0-dev-20250101153413",
"@pandacss/logger": "0.0.0-dev-20250101153413",
"@pandacss/node": "0.0.0-dev-20250101153413",
"@pandacss/postcss": "0.0.0-dev-20250101153413",
"@pandacss/preset-panda": "0.0.0-dev-20250101153413",
"@pandacss/shared": "0.0.0-dev-20250101153413",
"@pandacss/token-dictionary": "0.0.0-dev-20250101153413",
"@pandacss/types": "0.0.0-dev-20250101153413"
},

@@ -66,0 +66,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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