// npm 패키지
@antv/l7-scene
버전
563
메인테이너
51
라이선스
MIT
최초 publish
2019-11-20
publisher
lzxue
tarball
56,993 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-05-11
// publisher 캠페인by lzxue
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @2.25.10· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 6 known-vendor host(s).
- @2.25.10··AUTO-PUBLISHED·publisher: lzxueheuristic 75/100static flags 0llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-4050
→ 의심 전송지 없음, 원격 실행 형태 없음 — 6 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/l7-scene", "version": "2.25.10", "description": "", "license": "MIT", "author": "https://github.com/orgs/antvis/people", "sideEffects": false, "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "files": [ "lib", "es" ], "dependencies": { "@babel/runtime": "^7.7.7", "eventemitter3": "^4.0.7", "@antv/l7-component": "2.25.10", "@antv/l7-maps": "2.25.10", "@antv/l7-layers": "2.25.10", "@antv/l7-core": "2.25.10", "@antv/l7-renderer": "2.25.10", "@antv/l7-utils": "2.25.10" }, "devDependencies": { "@antv/l7-test-utils": "^2.25.10" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": "git@github.com:antvis/L7.git", "scripts": { "dev": "father dev", "build": "npm run clean && father build", "check-deps": "father doctor", "lint": "eslint src __tests__", "clean": "rimraf dist es lib" } } --- index.js (entry) --- var __create = Object.create; var __defProp = Object.defineProperty; var __defProps = Object.defineProperties; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropDescs = Object.getOwnPropertyDescriptors; var __getOwnPropNames = Object.getOwnPropertyNames; var __getOwnPropSymbols = Object.getOwnPropertySymbols; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __propIsEnum = Object.prototype.propertyIsEnumerable; var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; var __spreadValues = (a, b) => { for (var prop in b || (b = {})) if (__hasOwnProp.call(b, prop)) __defNormalProp(a, prop, b[prop]); if (__getOwnPropSymbols) for (var prop of __getOwnPropSymbols(b)) { if (__propIsEnum.call(b, prop)) __defNormalProp(a, prop, b[prop]); } return a; }; var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b)); var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, de
