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

classix

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classix - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

dist/index.d.ts
declare type Argument = string | boolean | number;
/**
* Conditionally join classNames into a single string
* @param {...String} args The expressions to evaluate
* @returns {String} The joined classNames
*/
declare function cx(...args: Argument[]): string;
export { cx };
export default cx;

2

package.json
{
"name": "classix",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tiny utility for conditionally joining classNames.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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