🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@charcoal-ui/theme

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charcoal-ui/theme - npm Package Compare versions

Comparing version

to
4.3.0-beta.4

40

package.json
{
"name": "@charcoal-ui/theme",
"version": "4.3.0-beta.2",
"version": "4.3.0-beta.4",
"license": "Apache-2.0",

@@ -40,16 +40,2 @@ "main": "./dist/index.cjs.js",

],
"scripts": {
"build": "npm-run-all --print-label -s 'build:*' --sequential serialize",
"build:bundle": "FORCE_COLOR=1 tsup",
"build:dts": "tsc --project tsconfig.build.json --pretty --emitDeclarationOnly",
"build:copy-css": "cpx --clean 'src/unstable-css/**/*.{css,d.ts}' dist/unstable-css",
"build:token-object": "tsx cli/token-object.ts",
"serialize": "node cli/index.js",
"typecheck": "run-p --print-label 'typecheck:*'",
"typecheck:main": "tsc --project tsconfig.build.json --pretty --noEmit",
"typecheck:cli": "tsc --project cli/tsconfig.build.json --noEmit",
"clean": "rimraf dist .tsbuildinfo",
"test": "vitest run --passWithNoTests",
"bench": "vitest bench --passWithNoTests"
},
"devDependencies": {

@@ -67,7 +53,7 @@ "@types/css": "^0.0.38",

"dependencies": {
"@charcoal-ui/foundation": "4.3.0-beta.2",
"@charcoal-ui/utils": "4.3.0-beta.2",
"change-case-all": "^2.1.0",
"deepmerge": "^4.3.1",
"polished": "^4.1.4"
"polished": "^4.1.4",
"@charcoal-ui/foundation": "4.3.0-beta.4",
"@charcoal-ui/utils": "4.3.0-beta.4"
},

@@ -87,3 +73,17 @@ "files": [

},
"gitHead": "c38dbab1f14a151c2a5ad1e98962cca474932198"
}
"gitHead": "e1ece2e43901ae667afdd5c178040607d939dcd5",
"scripts": {
"build": "npm-run-all --print-label -s 'build:*' --sequential serialize",
"build:bundle": "FORCE_COLOR=1 tsup",
"build:dts": "tsc --project tsconfig.build.json --pretty --emitDeclarationOnly",
"build:copy-css": "cpx --clean 'src/unstable-css/**/*.{css,d.ts}' dist/unstable-css",
"build:token-object": "tsx cli/token-object.ts",
"serialize": "node cli/index.js",
"typecheck": "run-p --print-label 'typecheck:*'",
"typecheck:main": "tsc --project tsconfig.build.json --pretty --noEmit",
"typecheck:cli": "tsc --project cli/tsconfig.build.json --noEmit",
"clean": "rimraf dist .tsbuildinfo",
"test": "vitest run --passWithNoTests",
"bench": "vitest bench --passWithNoTests"
}
}