// npm 패키지
limit-size
Lightweight, Convenient, Fast command tool to control your file size, size-limit is too bloated.
버전
5
메인테이너
1
라이선스
MIT
최초 publish
2020-09-05
publisher
atool
tarball
21,514 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2020-10-16
// publisher 캠페인by atool
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @0.1.4· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @0.1.4··AUTO-PUBLISHED·publisher: atoolheuristic 75/100static flags 0llm benign (0.85) via ollamapublisher-multi-name-burst:5osv-flagged:MAL-2026-4143
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepublishOnly npm run build --- package.json (entry) --- { "name": "limit-size", "version": "0.1.4", "description": "Lightweight, Convenient, Fast command tool to control your file size, size-limit is too bloated.", "license": "MIT", "bin": { "limit-size": "bin/index.js" }, "files": [ "bin" ], "scripts": { "lint-staged": "lint-staged", "size": "node ./bin/index.js", "test": "jest", "build": "rimraf ./bin && tsc --module commonjs --outDir bin", "prepublishOnly": "npm run build" }, "dependencies": { "byte-parser": "^1.0.0", "chalk": "^4.1.0", "commander": "^6.1.0" }, "keywords": [ "limit-size", "size-limit" ], "devDependencies": { "@commitlint/cli": "^8.2.0", "@types/jest": "^26.0.13", "@types/node": "^14.6.4", "husky": "^3.0.5", "jest": "^26.4.2", "lint-staged": "^9.3.0", "prettier": "^1.18.2", "rimraf": "^3.0.2", "ts-jest": "^26.3.0", "typescript": "^3.9.7" }, "jest": { "preset": "ts-jest", "collectCoverage": true, "testRegex": "(/__tests__/.*\\.(test|spec))\\.ts$", "collectCoverageFrom": [ "src/**/*.ts" ] }, "lint-staged": { "*.{ts,tsx}": [ "prettier --write", "git add" --- index.js (entry) --- #!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("./cmd");
