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

@vanilla-extract/dynamic

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/dynamic - npm Package Compare versions

Comparing version

to
2.1.3-css-var-type-perf-20250305045302

4

dist/vanilla-extract-dynamic.cjs.d.ts

@@ -1,4 +0,2 @@

type VarFunctionNoFallback = `var(--${string})`;
type VarFunctionWithFallback = `var(--${string}, ${string})`;
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback;
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string})`;
type Contract = {

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

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

@@ -28,7 +28,7 @@ "sideEffects": false,

"dependencies": {
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305040019"
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305045302"
},
"devDependencies": {
"@vanilla-extract/css": "^1.17.2-css-var-type-perf-20250305040019"
"@vanilla-extract/css": "^1.17.2-css-var-type-perf-20250305045302"
}
}