Socket
Socket
Sign inDemoInstall

@stitches/core

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stitches/core - npm Package Compare versions

Comparing version 1.0.0-canary.18 to 1.0.0-canary.19

2

package.json
{
"name": "@stitches/core",
"version": "1.0.0-canary.18",
"version": "1.0.0-canary.19",
"description": "The modern CSS-in-JS library",

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

@@ -43,3 +43,3 @@ import type * as CSSUtil from './css-util'

export type Utils<T = {}> = {
[Property in keyof T]: T[Property] extends (value: infer V) => {} ? T[Property] & ((value: V) => {
[Property in keyof T]: T[Property] extends (value: infer V) => {} ? T[Property] | ((value: V) => {
[K in keyof CSSUtil.CSSProperties]?: CSSUtil.CSSProperties[K] | V

@@ -46,0 +46,0 @@ }) : never

@@ -35,2 +35,3 @@ import type * as Native from './css'

| ThemeUtil.ScaleValue
| Util.Index
| undefined

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