// npm 패키지
@edsc/smart-handoffs
Smart handoffs allow users to link from one application to another while carrying with them certain parameters that set a specific context (e.g. open up the same dataset, temporal range, and spatial search in a new tool). This code simplifies the creation
주간
211
월간
617
버전
8
메인테이너
6
라이선스
Apache-2.0
최초 publish
2022-05-17
publisher
eudoroolivares
tarball
25,937 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-05-29
// publisher 캠페인by eudoroolivares
이 계정에서 catch된 패키지 2건고립된 catch가 아닙니다. 동일 publisher가 1개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.0.7· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.0.7··AUTO-PUBLISHED·publisher: eudoroolivaresheuristic 75/100static flags 1llm benign (0.85) via ollamanew-publisher:0drecent-owner-changehas-source-repopublisher-multi-name-burst:2dormant-takeover:prev=edsc-publisher@1.0.6public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepare npm run build --- package/package.json (excerpt) --- { "name": "@edsc/smart-handoffs", "version": "1.0.7", "description": "Smart handoffs allow users to link from one application to another while carrying with them certain parameters that set a specific context (e.g. open up the same dataset, temporal range, and spatial search in a new tool). This code simplifies the creation of smart handoff links.", "main": "./dist/js/index.js", "scripts": { "test": "jest", "test:watch": "jest --watchAll", "silent-test": "jest --silent", "build": "babel src -d dist --ignore '**/__tests__/*.js'", "prepare": "npm run build", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/nasa/edsc-smart-handoffs.git" }, "keywords": [ "edsc", "smart handoffs", "umm-t" ], "author": { "name": "Earthdata Search", "email": "support@earthdata.nasa.gov" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/nasa/edsc-smart-handoffs/issues" }, "homepage": "https://github.com/nasa/edsc-smart-handoffs#readme", "dependencies": { "@edsc/geo-utils": "^1.0.6", "lodash": "^4.17.21", "moment": "^2.29.2", "url-template": "^2.0.8" }, "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.0", "@babel/eslint-parser": "^7.23.0", "@babel/preset-env": "^7.23.0", "@edsc/eslint-config": "^0.0.5", "babel-jest": "^29.7.0", "eslint": "^8.50.0", "eslint-config-airbnb": "^19.0.4", "eslint
