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 2.1.39 to 2.1.40

47

package.json
{
"name": "classix",
"version": "2.1.39",
"version": "2.1.40",
"description": "The fastest and tiniest utility for conditionally joining classNames.",

@@ -42,24 +42,27 @@ "main": "./dist/cjs/classix.js",

"devDependencies": {
"@rollup/plugin-typescript": "^11.1.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitest/coverage-c8": "^0.30.1",
"classix": "^2.1.8",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"conventional-changelog-conventionalcommits": "^4.6.3",
"esbuild": "^0.14.49",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"rollup": "^2.77.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"semantic-release": "^19.0.3",
"size-limit": "^7.0.8",
"typescript": "^4.7.4",
"vitest": "^0.30.1"
"@eslint/js": "^9.11.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.5",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitest/coverage-v8": "^2.1.1",
"classix": "^2.1.31",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"esbuild": "^0.24.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"rollup": "^4.22.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^24.1.1",
"size-limit": "^11.1.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0",
"vitest": "^2.1.1"
}
}

@@ -52,3 +52,3 @@ ![Banner](media/banner.jpg)

isPrimary ? "bg-primary-100" : "bg-secondary-100",
isLarge ? "m-4 p-4" : "m-2 p-2"
isLarge ? "m-4 p-4" : "m-2 p-2",
);

@@ -55,0 +55,0 @@ // => "flex bg-primary-100 m-2 p-2" *assuming isPrimary is true and isLarge is false

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