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

class-variance-authority

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class-variance-authority - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1-canary.0

LICENSE

30

package.json
{
"name": "class-variance-authority",
"version": "0.7.0",
"version": "0.7.1-canary.0",
"description": "Class Variance Authority 🧬",

@@ -35,3 +35,3 @@ "keywords": [

"module": "dist/index.mjs",
"types": "./dist/index.d.ts",
"types": "dist/index.d.ts",
"files": [

@@ -44,14 +44,2 @@ "dist/*.mjs",

],
"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",
"prepublishOnly": "pnpm build",
"test": "run-p test:*",
"test:jest": "jest --config .config/jest.config.ts --coverage",
"test:size": "pnpm build && bundlesize -f 'dist/*.js' -s 850B"
},
"dependencies": {

@@ -61,7 +49,4 @@ "clsx": "2.0.0"

"devDependencies": {
"@jest/types": "28.1.1",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.198",
"@swc/jest": "0.2.21",
"@types/jest": "28.1.1",
"@types/node": "18.11.18",

@@ -71,3 +56,2 @@ "@types/react": "18.0.12",

"bundlesize": "0.18.1",
"jest": "28.1.1",
"npm-run-all": "4.1.5",

@@ -78,3 +62,11 @@ "react": "18.2.0",

"typescript": "5.1.3"
},
"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",
"bundlesize": "pnpm build && bundlesize -f 'dist/*.js' -s 850B"
}
}
}
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