Socket
Socket
Sign inDemoInstall

classix

Package Overview
Dependencies
Maintainers
1
Versions
57
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.0.1 to 2.1.0

dist/classix.cjs.js

13

package.json
{
"name": "classix",
"version": "2.0.1",
"version": "2.1.0",
"description": "The fastest and tiniest utility for conditionally joining classNames.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/classix.cjs.js",
"module": "dist/classix.mjs.js",
"types": "dist/classix.d.ts",
"author": "Alex Nault",

@@ -22,3 +23,3 @@ "keywords": [

"bench": "node benchmark",
"build": "rm -rf ./dist && tsc",
"build": "rm -rf ./dist && rollup -c",
"format": "prettier --write \"{src,benchmark}/**/*.{js,ts}\"",

@@ -39,2 +40,3 @@ "lint": "eslint src/ --max-warnings=0",

"conventional-changelog-conventionalcommits": "^4.6.3",
"esbuild": "^0.14.49",
"eslint": "^8.19.0",

@@ -44,2 +46,5 @@ "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",
"semantic-release": "^19.0.3",

@@ -46,0 +51,0 @@ "ts-jest": "^28.0.0",

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