Socket
Socket
Sign inDemoInstall

@vanilla-extract/dynamic

Package Overview
Dependencies
Maintainers
4
Versions
59
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 0.0.0-dts-bundle-202282983532 to 0.0.0-dts-bundle-20228303510

9

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

@@ -1,9 +0,2 @@

declare type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
declare type Contract = {
[key: string]: CSSVarFunction | null | Contract;
};
declare type Primitive = string | boolean | number | null | undefined;
declare type MapLeafNodes<Obj, LeafType> = {
[Prop in keyof Obj]: Obj[Prop] extends Primitive ? LeafType : Obj[Prop] extends Record<string | number, any> ? MapLeafNodes<Obj[Prop], LeafType> : never;
};
import { Contract, MapLeafNodes } from '@vanilla-extract/private';

@@ -10,0 +3,0 @@ declare type Styles = {

4

package.json
{
"name": "@vanilla-extract/dynamic",
"version": "0.0.0-dts-bundle-202282983532",
"version": "0.0.0-dts-bundle-20228303510",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -26,3 +26,3 @@ "sideEffects": false,

"dependencies": {
"@vanilla-extract/private": "^0.0.0-dts-bundle-202282983532"
"@vanilla-extract/private": "^0.0.0-dts-bundle-20228303510"
},

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

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