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

@pandacss/extractor

Package Overview
Dependencies
Maintainers
0
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-20241226124236 to 0.0.0-dev-20241231165502

4

dist/index.d.ts

@@ -226,3 +226,3 @@ import { Node, CallExpression, JsxOpeningElement, JsxSelfClosingElement, Expression, SourceFile, TaggedTemplateExpression, PropertyAssignment, ShorthandPropertyAssignment, JsxAttribute, Identifier, VariableDeclaration, ParameterDeclaration, FunctionDeclaration, EnumDeclaration, BindingElement, JsxSpreadAttribute } from 'ts-morph';

isNumberLiteral(node: BoxNode | undefined): node is BoxNodeLiteral;
hasValue: (node: BoxNode | undefined) => node is BoxNodeArray | BoxNodeLiteral | BoxNodeObject | BoxNodeMap;
hasValue: (node: BoxNode | undefined) => node is BoxNodeLiteral | BoxNodeObject | BoxNodeMap | BoxNodeArray;
};

@@ -279,4 +279,4 @@

}
declare const unbox: (node: BoxNodeType, ctx?: Pick<UnboxContext, 'cache'>) => Unboxed;
declare const unbox: (node: BoxNodeType, ctx?: Pick<UnboxContext, "cache">) => Unboxed;
export { type BoxContext, type BoxNode, BoxNodeArray, BoxNodeConditional, BoxNodeEmptyInitializer, BoxNodeLiteral, BoxNodeMap, BoxNodeObject, BoxNodeUnresolvable, type EvaluateOptions, type ExtractOptions, type ExtractResultByName, type ExtractResultItem, type ExtractedComponentInstance, type ExtractedComponentResult, type ExtractedFunctionInstance, type ExtractedFunctionResult, type NodeRange, type PrimitiveType, type Unboxed, box, extract, extractCallExpressionArguments, extractJsxAttribute, extractJsxElementProps, extractJsxSpreadAttributeValues, findIdentifierValueDeclaration, isBoxNode, maybeBoxNode, maybeIdentifierValue, unbox };
{
"name": "@pandacss/extractor",
"version": "0.0.0-dev-20241226124236",
"version": "0.0.0-dev-20241231165502",
"description": "The css extractor for css panda",

@@ -36,4 +36,4 @@ "main": "dist/index.js",

"ts-evaluator": "1.2.0",
"ts-morph": "21.0.1",
"@pandacss/shared": "0.0.0-dev-20241226124236"
"ts-morph": "24.0.0",
"@pandacss/shared": "0.0.0-dev-20241231165502"
},

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