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

cvu

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cvu - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

16

package.json
{
"name": "cvu",
"description": "A tiny, performant, utility for constructing variant based CSS class strings.",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -9,7 +9,10 @@ "publishConfig": {

},
"packageManager": "pnpm@8.5.1",
"author": "Eric Taylor <eric@daxos.com> (https://github.com/erictaylor)",
"repository": {
"type": "git",
"url": "git+https://github.com/erictaylor/eden.git"
"url": "git+https://github.com/erictaylor/cvu.git"
},
"homepage": "https://github.com/erictaylor/cvu#readme",
"bugs": "https://github.com/erictaylor/cvu/issues",
"keywords": [

@@ -48,7 +51,8 @@ "class variance",

"@size-limit/preset-small-lib": "^8.2.4",
"cspell": "^6.31.1",
"esbuild": "^0.17.19",
"rome": "^12.1.2",
"size-limit": "^8.2.4",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"@erictaylor/tsconfig": "0.0.0"
"vitest": "^0.30.1"
},

@@ -70,6 +74,10 @@ "size-limit": [

"build:lib": "node scripts/build.mjs",
"format": "rome format --write ./",
"lint": "rome check ./",
"size": "size-limit",
"size:why": "size-limit --why",
"test": "pnpm run test:rome && pnpm run test:vitest run",
"test:rome": "rome ci ./src",
"test:vitest": "vitest"
}
}

@@ -52,3 +52,3 @@ <h1 align="center">cvu</h1>

If you're keep to lift that burden altogether, check out [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) package.
If you're keen to lift that burden altogether, check out [`tailwind-merge`](https://github.com/dcastil/tailwind-merge) package.

@@ -55,0 +55,0 @@ For bulletproof components, wrap your `cvu` calls with `twMerge`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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