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

cva

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cva - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0-beta.0

dist/index.d.ts

72

package.json
{
"name": "cva",
"version": "0.0.0",
"description": "Awesome node module",
"version": "1.0.0-beta.0",
"description": "Class Variance Authority 🧬",
"keywords": [
"placeholder",
"zce"
"Class Variance Authority",
"class-variance-authority",
"classes",
"classname",
"classnames",
"css",
"cva",
"stitches",
"vanilla-extract",
"variants"
],
"license": "MIT",
"author": {
"name": "zce",
"email": "w@zce.me",
"url": "https://zce.me"
"homepage": "https://github.com/joe-bell/cva#readme",
"bugs": "https://github.com/joe-bell/cva/issues",
"repository": "https://github.com/joe-bell/cva.git",
"funding": "https://joebell.co.uk/sponsors",
"license": "Apache-2.0",
"author": "Joe Bell (https://joebell.co.uk)",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"dependencies": {
"clsx": "2.0.0"
},
"devDependencies": {
"@swc/cli": "0.1.57",
"@swc/core": "1.2.198",
"@types/node": "18.11.18",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"bundlesize": "0.18.1",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-node": "10.8.1",
"typescript": "5.1.3"
},
"peerDependencies": {
"typescript": ">= 4.5.5 < 6"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {
"build": "run-p build:**",
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.js -C module.type=commonjs",
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6 ",
"build:tsc": "tsc --project .config/tsconfig.build.json",
"check": "tsc --project tsconfig.json --noEmit",
"dev": "jest --config .config/jest.config.ts --watch",
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 1.2KB"
}
}
}

12

README.md

@@ -1,7 +0,11 @@

# Placeholder
> **Warning**
>
> `cva@beta` is not covered by semver, and may cause unexpected or broken behaviour. Use this package at your own risk.
>
> Please consider using `class-variance-authority` until stable.
This is just a placeholder.
---
If you like the name, get in touch :)
# cva
I'll be happy to give away the name.
For documentation, visit [beta.cva.style](https://beta.cva.style).
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