New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-20221123192035 to 0.0.0-dev-20221124070053

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.d.ts",

@@ -5,2 +5,4 @@ import type * as CSS from './csstype'

type NeverType = { __type?: 'never' }
// list of aria states selectors

@@ -118,3 +120,5 @@ type AriaAttributes =

type NeverType = { __type?: 'never' }
/* -----------------------------------------------------------------------------
* Mixed css properties (native + conditional + custom properties)
* -----------------------------------------------------------------------------*/

@@ -150,2 +154,6 @@ type UnionOf<Key extends string, Native extends Record<Key, any>, Custom> = Custom extends NeverType

/* -----------------------------------------------------------------------------
* Exported types
* -----------------------------------------------------------------------------*/
export type NestedCssProperties = Nested<CssProperties>

@@ -152,0 +160,0 @@

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