Socket
Socket
Sign inDemoInstall

cvax

Package Overview
Dependencies
4
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

3

dist/types.d.ts

@@ -1,7 +0,4 @@

export declare type ClassPropKey = "className";
export declare type ClassValue = string | null | undefined | readonly ClassValue[];
export declare type ClassProp = {
className?: ClassValue | undefined;
} | {
className?: never;
};

@@ -8,0 +5,0 @@ export declare type OmitUndefined<T> = T extends undefined ? never : T;

2

package.json
{
"name": "cvax",
"version": "0.2.4",
"version": "0.2.5",
"description": "Customized CVA. fork 'class-variance-authority'",

@@ -5,0 +5,0 @@ "repository": "https://github.com/alexvyber/cvax.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc