// npm 패키지
routify
The most powerful client-side routing in the west
버전
32
메인테이너
4
라이선스
GPL-3.0-or-later
최초 publish
2013-12-03
publisher
mercmobily
tarball
46,517 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2020-02-19
// publisher 캠페인by mercmobily
이 계정에서 catch된 패키지 2건고립된 catch가 아닙니다. 동일 publisher가 1개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.0.0· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.0.0··AUTO-PUBLISHED·publisher: mercmobilyheuristic 87/100static flags 1llm benign (0.85) via ollamarecent-owner-changetypo-match:restify:d2mature-packagepublisher-multi-name-burst:38publisher-version-pump:39dormant-takeover:prev=ryanclark@0.0.1-alpha3public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "routify", "version": "1.0.0", "description": "The most powerful client-side routing in the west", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mobilyenterprises/routify.git" }, "keywords": [ "routing", "lit-html" ], "author": "Tony Mobily", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/mobilyenterprises/routify/issues" }, "homepage": "https://github.com/mobilyenterprises/routify#readme" } --- package.json (entry) --- { "name": "routify", "version": "1.0.0", "description": "The most powerful client-side routing in the west", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mobilyenterprises/routify.git" }, "keywords": [ "routing", "lit-html" ], "author": "Tony Mobily", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/mobilyenterprises/routify/issues" }, "homepage": "https://github.com/mobilyenterprises/routify#readme" } --- index.js (entry) --- export * from 'src/routify.js'
