New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vanilla-extract/css

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/css - npm Package Compare versions

Comparing version 1.17.1 to 1.17.2-css-var-type-perf-20250305040019

4

adapter/dist/vanilla-extract-css-adapter.cjs.d.ts
import { AtRule, Properties } from 'csstype';
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
type VarFunctionNoFallback = `var(--${string})`;
type VarFunctionWithFallback = `var(--${string}, ${string})`;
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback;

@@ -5,0 +7,0 @@ declare const simplePseudoMap: {

import { Properties, AtRule } from 'csstype';
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
type VarFunctionNoFallback = `var(--${string})`;
type VarFunctionWithFallback = `var(--${string}, ${string})`;
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback;
type Contract = {

@@ -5,0 +7,0 @@ [key: string]: CSSVarFunction | null | Contract;

{
"name": "@vanilla-extract/css",
"version": "1.17.1",
"version": "1.17.2-css-var-type-perf-20250305040019",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -130,3 +130,3 @@ "sideEffects": true,

"picocolors": "^1.0.0",
"@vanilla-extract/private": "^1.0.6"
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305040019"
},

@@ -133,0 +133,0 @@ "devDependencies": {

import { AtRule, Properties } from 'csstype';
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
type VarFunctionNoFallback = `var(--${string})`;
type VarFunctionWithFallback = `var(--${string}, ${string})`;
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback;

@@ -5,0 +7,0 @@ declare const simplePseudoMap: {

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