Socket
Socket
Sign inDemoInstall

clsxov

Package Overview
Dependencies
2
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.3

build/clsxov.d.ts

101

package.json
{
"name": "clsxov",
"version": "1.0.1",
"repository": "vltansky/clsxov",
"version": "1.0.3",
"description": "clsx + twMerge",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "clsxov.d.ts",
"license": "MIT",
"keywords": [
"classes",
"classname",
"classnames",
"clsx",
"tailwindcss",
"twmerge"
],
"author": {

@@ -15,22 +18,25 @@ "name": "Vlad Tansky",

},
"repository": "https://github.com/vltansky/clsxov",
"type": "module",
"exports": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
"engines": {
"node": ">=6"
"node": "^18.16.1",
"npm": "^9.5.1"
},
"volta": {
"node": "18.16.1",
"npm": "9.5.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"*.d.ts",
"dist"
"build/",
"!**/*.test.*",
"!**/*.json",
"LICENSE",
"README.md"
],
"keywords": [
"classes",
"classname",
"classnames",
"clsx",
"tailwindcss",
"twmerge"
],
"devDependencies": {
"esm": "3.2.25",
"terser": "4.8.0",
"uvu": "0.5.4"
},
"dependencies": {

@@ -40,5 +46,54 @@ "clsx": "^1.2.1",

},
"devDependencies": {
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.4",
"@semantic-release/release-notes-generator": "^11.0.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.68",
"@types/node": "^18.16.3",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"c8": "^8.0.0",
"cspell": "^6.31.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"prompts": "^2.4.2",
"rimraf": "^5.0.1",
"semantic-release": "^21.0.7",
"slugify": "^1.6.6",
"source-map-support": "^0.5.21",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vitest": "^0.32.4"
},
"scripts": {
"test": "uvu -r esm test"
"setup": "tsx ./scripts/setup.ts",
"build": "npm run clean && npm run type:dts && npm run build:main",
"build:main": "swc ./src -d ./build",
"clean": "rimraf build coverage nyc_output",
"type:dts": "tsc --emitDeclarationOnly --project tsconfig.build.json",
"type:check": "tsc --noEmit",
"format": "prettier \"src/**/*.ts\" --write",
"format:check": "prettier \"src/**/*.ts\" --check",
"lint": "eslint src --ext .ts --fix",
"lint:check": "eslint src --ext .ts",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"test:setup": "tsx ./scripts/test-setup.ts",
"spell:check": "cspell \"{README.md,CODE_OF_CONDUCT.md,CONTRIBUTING.md,.github/*.md,src/**/*.ts}\"",
"cz": "cz",
"semantic-release": "semantic-release"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc