// npm 패키지
@antv/smart-color
A JavaScript library for color computation.
버전
11
메인테이너
51
라이선스
MIT
최초 publish
2021-06-30
publisher
cxxxxxn
tarball
1,038,332 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2021-09-07
// offending code· @0.2.1· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @0.2.1··AUTO-PUBLISHED·publisher: cxxxxxnheuristic 75/100static flags 1llm benign (0.85) via ollamatarball-size-jump:4xmature-packageosv-flagged:MAL-2026-4085public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepare husky install ### prepublishOnly npm run ci --- package/package.json (excerpt) --- { "name": "@antv/smart-color", "version": "0.2.1", "description": "A JavaScript library for color computation.", "main": "lib/index.js", "module": "esm/index.js", "unpkg": "dist/smart-color.min.js", "types": "lib/index.d.ts", "files": [ "src", "lib", "esm", "dist" ], "scripts": { "clean": "rimraf lib esm dist", "lint-staged": "lint-staged", "size": "limit-size", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.tsx\"", "lint": "eslint ./src/**/*.ts ./__tests__/**/*.ts && prettier ./src ./__tests__ --check", "fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts --fix && npm run format", "test": "jest", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "ci": "run-s lint test build", "prepublishOnly": "npm run ci", "prepare": "husky install", "start:demo": "cd demo && npm install && npm start", "deploy:site": "cd demo && npm run deploy:site" }, "keywords": [ "antv", "ava", "color" ], "repository": { "type": "git", "url": "git+https://github.com/antvis/smart-color.git" }, "author": { "name": "AntV", "url": "https://antv.vision/" }, "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/antvis/smart
