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

@pandacss/types

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/types - npm Package Compare versions

Comparing version 0.0.0-dev-20240311004936 to 0.0.0-dev-20240311011338

7

dist/parser.d.ts

@@ -21,2 +21,9 @@ import type { BoxNodeArray, BoxNodeLiteral, BoxNodeMap, Unboxed } from '@pandacss/extractor'

toArray: () => Array<ResultItem>
set: (name: 'cva' | 'css' | 'sva', result: ResultItem) => void
setCss: (result: ResultItem) => void
setCva: (result: ResultItem) => void
setSva: (result: ResultItem) => void
setJsx: (result: ResultItem) => void
setPattern: (name: string, result: ResultItem) => void
setRecipe: (name: string, result: ResultItem) => void
}

@@ -23,0 +30,0 @@

4

package.json
{
"name": "@pandacss/types",
"version": "0.0.0-dev-20240311004936",
"version": "0.0.0-dev-20240311011338",
"description": "The types for css panda",

@@ -33,3 +33,3 @@ "main": "dist/index.d.ts",

"pkg-types": "1.0.3",
"@pandacss/extractor": "0.0.0-dev-20240311004936"
"@pandacss/extractor": "0.0.0-dev-20240311011338"
},

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

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