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.5 to 1.1.0

11

dist/index.js

@@ -5,9 +5,8 @@ "use strict";

function cx() {
var str = "", i = 0, arg, val;
var str = "", i = 0, arg;
while (i < arguments.length) {
if ((arg = arguments[i++])) {
if ((val = typeof arg === "string" || typeof arg === "number" ? arg : "")) {
str && (str += " ");
str += val;
}
if ((arg = arguments[i++]) &&
(typeof arg === "string" || typeof arg === "number")) {
str && (str += " ");
str += arg;
}

@@ -14,0 +13,0 @@ }

{
"name": "classix",
"version": "1.0.5",
"version": "1.1.0",
"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