Socket
Socket
Sign inDemoInstall

@stitches/react

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stitches/react - npm Package Compare versions

Comparing version 1.0.0-canary.12 to 1.0.0-canary.13

2

package.json
{
"name": "@stitches/react",
"version": "1.0.0-canary.12",
"version": "1.0.0-canary.13",
"description": "The modern CSS-in-JS library",

@@ -5,0 +5,0 @@ "type": "module",

@@ -27,5 +27,10 @@ import type * as CSSUtil from './css-util'

globalCss: {
(style: {
[prelude: string]: CSSUtil.CSS<Media, Theme, ThemeMap, Utils>
}): {
<Prelude extends string>(
style: {
/** The **@import** CSS at-rule imports style rules from other style sheets. */
'@import'?: unknown
} & {
[K in Prelude]: K extends '@import' ? string : CSSUtil.CSS<Media, Theme, ThemeMap, Utils>
}
): {
(): string

@@ -32,0 +37,0 @@ }

Sorry, the diff of this file is too big to display

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