// npm 패키지
jest-canvas-mock
Mock a canvas in your jest tests.
버전
27
메인테이너
2
라이선스
MIT
최초 publish
2017-12-25
publisher
atool
tarball
112,366 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-05-19
// publisher 캠페인by atool
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @2.5.3· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @2.5.3··AUTO-PUBLISHED·publisher: atoolheuristic 75/100static flags 1llm benign (0.85) via ollamamature-packagepublisher-multi-name-burst:4osv-flagged:MAL-2026-4136public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepare npm run build --- package/package.json (excerpt) --- { "name": "jest-canvas-mock", "version": "2.5.3", "description": "Mock a canvas in your jest tests.", "main": "lib/index.js", "types": "types/index.d.ts", "scripts": { "test": "jest --no-cache", "build": "babel src --out-dir lib", "coveralls": "cat ./coverage/lcov.info | coveralls", "prepare": "npm run build", "prettier": "prettier --write ." }, "dependencies": { "cssfontparser": "^1.2.1", "moo-color": "^1.0.2" }, "optionalDependencies": { "@antv/setup": "github:antvis/G2#1916faa365f2788b6e193514872d51a242876569" }, "devDependencies": { "@antv/g2plot": "^2.3.11", "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/preset-env": "^7.9.5", "@commitlint/cli": "^8.3.5", "@commitlint/config-angular": "^8.3.4", "babel-jest": "^25.3.0", "babel-plugin-version": "^0.2.3", "coveralls": "^3.0.11", "husky": "^4.2.5", "jest": "^25.3.0", "prettier": "^2.0.4" }, "commitlint": { "extends": [ "@commitlint/config-angular" ] }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", "pre-commit": "npm run prettier && npm run test && npm run build" } }, "jest": { "collectCoverage": true, "collectCoverageFrom": [ "src/classes/**/*.js", "src/mock/**/*.js" ], "setupFiles": [ "./src/index.js", "./__mocks__/worker.js" ] }, "reposito
