Comparing version 0.0.0 to 1.0.0-beta.0
{ | ||
"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" | ||
} | ||
} | ||
} |
@@ -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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
45292
9
272
12
2
11
2
+ Addedclsx@2.0.0
+ Addedclsx@2.0.0(transitive)
+ Addedtypescript@5.7.2(transitive)