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

@vanilla-extract/private

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/private - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7-css-var-type-perf-20250305040019

4

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

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

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

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

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

@@ -5,0 +5,0 @@ "sideEffects": false,

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