Socket
Socket
Sign inDemoInstall

cvax

Package Overview
Dependencies
4
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.3

dist/index.cjs.js

13

package.json
{
"name": "cvax",
"version": "0.1.1",
"version": "0.1.3",
"description": "Customized CVA. fork 'class-variance-authority'",
"repository": "https://github.com/alexvyber/cvax.git",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
},
"types": "./dist/index.d.ts",
"files": [
"dist/*.mjs",
"dist/*.cjs",
"dist/*.js",
"dist/*.js.map",

@@ -19,4 +18,4 @@ "dist/*.d.ts"

"build": "run-p build:**",
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.cjs -C module.type=commonjs",
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.mjs -C module.type=es6",
"build:cjs": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.cjs.js -C module.type=commonjs",
"build:esm": "swc ./src/index.ts --config-file ./.config/.swcrc -o dist/index.esm.js -C module.type=es6 ",
"build:tsc": "tsc --project .config/tsconfig.build.json",

@@ -23,0 +22,0 @@ "dev-OLD": "jest --config .config/jest.config.ts --watch",

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