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

@pandacss/config

Package Overview
Dependencies
Maintainers
1
Versions
1161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/config - npm Package Compare versions

Comparing version 0.0.0-dev-20230125122503 to 0.0.0-dev-20230125141042

7

dist/index.js

@@ -205,4 +205,7 @@ "use strict";

presets.slice().reverse().map(async (preset) => {
const presetModule = await bundleAndRequire(preset, cwd);
return getResolvedConfig(presetModule.config, cwd);
if (typeof preset === "string") {
const presetModule = await bundleAndRequire(preset, cwd);
return getResolvedConfig(presetModule.config, cwd);
} else
return getResolvedConfig(preset, cwd);
})

@@ -209,0 +212,0 @@ );

{
"name": "@pandacss/config",
"version": "0.0.0-dev-20230125122503",
"version": "0.0.0-dev-20230125141042",
"description": "Find and load panda config",

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

"node-eval": "2.0.0",
"@pandacss/logger": "0.0.0-dev-20230125122503",
"@pandacss/error": "0.0.0-dev-20230125122503",
"@pandacss/types": "0.0.0-dev-20230125122503"
"@pandacss/logger": "0.0.0-dev-20230125141042",
"@pandacss/error": "0.0.0-dev-20230125141042",
"@pandacss/types": "0.0.0-dev-20230125141042"
},

@@ -26,0 +26,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