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

@pandacss/extractor

Package Overview
Dependencies
Maintainers
1
Versions
882
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/extractor - npm Package Compare versions

Comparing version 0.0.0-dev-20230416163808 to 0.0.0-dev-20230416180904

5

dist/index.d.ts

@@ -30,3 +30,2 @@ import { Node, CallExpression, JsxOpeningElement, JsxSelfClosingElement, Expression, SourceFile, JsxAttribute, PropertyAssignment, ShorthandPropertyAssignment } from 'ts-morph';

};
type ConditionalKind = 'ternary' | 'and' | 'or' | 'nullish-coalescing';
type ConditionalType = WithNode & {

@@ -36,3 +35,2 @@ type: 'conditional';

whenFalse: BoxNode;
kind: ConditionalKind;
};

@@ -78,3 +76,2 @@ /** -> Jsx boolean attribute <Box flex /> */

whenFalse: ConditionalType['whenFalse'];
kind: ConditionalType['kind'];
constructor(definition: ConditionalType);

@@ -170,3 +167,3 @@ }

array(value: BoxNode[], node: Node, stack: Node[]): BoxNodeArray;
conditional(whenTrue: BoxNode, whenFalse: BoxNode, node: Node, stack: Node[], kind: ConditionalKind): BoxNodeConditional;
conditional(whenTrue: BoxNode, whenFalse: BoxNode, node: Node, stack: Node[]): BoxNodeConditional;
from: typeof toBoxNode;

@@ -173,0 +170,0 @@ emptyObject: (node: Node, stack: Node[]) => BoxNodeObject;

4

package.json
{
"name": "@pandacss/extractor",
"version": "0.0.0-dev-20230416163808",
"version": "0.0.0-dev-20230416180904",
"description": "The css extractor for css panda",

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

"ts-pattern": "4.2.2",
"@pandacss/logger": "0.0.0-dev-20230416163808"
"@pandacss/logger": "0.0.0-dev-20230416180904"
},

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

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