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

@pandacss/core

Package Overview
Dependencies
Maintainers
1
Versions
1155
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-20240405065931 to 0.0.0-dev-20240409220115

17

dist/index.d.ts

@@ -85,2 +85,6 @@ import * as _pandacss_shared from '@pandacss/shared';

isTypeFile(file: string): boolean;
jsDocComment(comment: string | undefined, options?: {
deprecated?: boolean | string;
default?: string;
}): string;
}

@@ -390,2 +394,3 @@

keys: string[];
private deprecated;
private context;

@@ -403,2 +408,3 @@ constructor(recipes?: RecipeRecord);

isEmpty: () => boolean;
isDeprecated: (name: string) => boolean;
getNames: (name: string) => {

@@ -567,2 +573,6 @@ baseName: string;

private configs;
/**
* The map of deprecated properties
*/
private deprecated;
separator: string;

@@ -575,2 +585,3 @@ prefix: string;

private normalizeConfig;
private assignDeprecated;
register: (property: string, config: PropertyConfig) => void;

@@ -645,2 +656,6 @@ private assignShorthands;

getPropShorthands: (prop: string) => string[];
/**
* Whether a given property is deprecated
*/
isDeprecated: (prop: string) => boolean;
}

@@ -661,2 +676,3 @@

private tokens;
private deprecated;
constructor(options: PatternOptions);

@@ -670,2 +686,3 @@ private createDetail;

isEmpty(): boolean;
isDeprecated(name: string): boolean;
saveOne(name: string, pattern: PatternConfig): void;

@@ -672,0 +689,0 @@ remove(name: string): void;

12

package.json
{
"name": "@pandacss/core",
"version": "0.0.0-dev-20240405065931",
"version": "0.0.0-dev-20240409220115",
"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-20240405065931",
"@pandacss/logger": "0.0.0-dev-20240405065931",
"@pandacss/shared": "0.0.0-dev-20240405065931",
"@pandacss/token-dictionary": "0.0.0-dev-20240405065931",
"@pandacss/types": "0.0.0-dev-20240405065931"
"@pandacss/is-valid-prop": "^0.0.0-dev-20240409220115",
"@pandacss/logger": "0.0.0-dev-20240409220115",
"@pandacss/shared": "0.0.0-dev-20240409220115",
"@pandacss/token-dictionary": "0.0.0-dev-20240409220115",
"@pandacss/types": "0.0.0-dev-20240409220115"
},

@@ -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