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

@pandacss/core

Package Overview
Dependencies
Maintainers
0
Versions
1133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/core - npm Package Compare versions

Comparing version 0.0.0-dev-20240624212930 to 0.0.0-dev-20240627180503

5

dist/index.d.ts

@@ -506,3 +506,3 @@ import * as _pandacss_shared from '@pandacss/shared';

}
interface CssOptions extends Pick<UserConfig, 'optimize' | 'minify'> {
interface CssOptions extends Pick<UserConfig, 'minify'> {
}

@@ -743,3 +743,2 @@ interface ProcessOptions {

private get cwd();
private get emitPackage();
private get outdir();

@@ -801,3 +800,3 @@ getFilePath(file?: string): string[];

getLayerCss: (...layers: CascadeLayer[]) => string;
toCss: ({ optimize, minify }?: CssOptions) => string;
toCss: ({ minify }?: CssOptions) => string;
}

@@ -804,0 +803,0 @@

12

package.json
{
"name": "@pandacss/core",
"version": "0.0.0-dev-20240624212930",
"version": "0.0.0-dev-20240627180503",
"description": "core functions for extract-it",

@@ -50,7 +50,7 @@ "main": "dist/index.js",

"ts-pattern": "5.0.8",
"@pandacss/is-valid-prop": "^0.0.0-dev-20240624212930",
"@pandacss/logger": "0.0.0-dev-20240624212930",
"@pandacss/shared": "0.0.0-dev-20240624212930",
"@pandacss/token-dictionary": "0.0.0-dev-20240624212930",
"@pandacss/types": "0.0.0-dev-20240624212930"
"@pandacss/is-valid-prop": "^0.0.0-dev-20240627180503",
"@pandacss/logger": "0.0.0-dev-20240627180503",
"@pandacss/shared": "0.0.0-dev-20240627180503",
"@pandacss/token-dictionary": "0.0.0-dev-20240627180503",
"@pandacss/types": "0.0.0-dev-20240627180503"
},

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

Sorry, the diff of this file is not supported yet

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

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