Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clsx

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clsx - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

clsx.d.ts

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

export type ClassValue = ClassArray | ClassDictionary | string | number | null | boolean;
export type ClassValue = ClassArray | ClassDictionary | string | number | null | boolean | undefined;

@@ -3,0 +3,0 @@ export interface ClassDictionary {

{
"name": "clsx",
"version": "1.0.1",
"version": "1.0.2",
"repository": "lukeed/clsx",

@@ -5,0 +5,0 @@ "description": "A tiny (199B) utility for constructing className strings conditionally.",

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