// npm 패키지
timeago-react
timeago-react is a simple(only 1kb) react component used to format date with `*** time ago` statement. eg: '3 hours ago'.
버전
21
메인테이너
3
라이선스
MIT
최초 publish
2016-08-08
publisher
domdomegg
tarball
23,356 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2025-03-04
// offending code· @3.0.7· 1 file flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @3.0.7··AUTO-PUBLISHED·publisher: domdomeggheuristic 75/100static flags 1llm benign (0.85) via ollamarecent-owner-changemature-packagedormant-takeover:prev=alanwei0@3.0.6osv-flagged:MAL-2026-4155public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepublishOnly npm run build --- package/package.json (excerpt) --- { "name": "timeago-react", "version": "3.0.7", "description": "timeago-react is a simple(only 1kb) react component used to format date with `*** time ago` statement. eg: '3 hours ago'.", "main": "lib/timeago-react.js", "module": "esm/timeago-react.js", "files": [ "src", "lib", "esm" ], "scripts": { "lint": "eslint src/**/* __tests__/**/*", "lint-staged": "lint-staged", "test": "jest", "ci": "npm run lint && npm run test && lint-md .", "coveralls": "cat ./coverage/lcov.info | coveralls", "build": "npm run build:cjs && npm run build:esm", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build-demos": "webpack --env.prod --config ./demo/webpack.config.js", "start-demos": "webpack --config ./demo/webpack.config.js", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/hustcc/timeago-react.git" }, "keywords": [ "react", "component", "timeago-react", "react-timeago", "timeago.js", "timeago", "react-component" ], "author": "hustcc (http://github.com/hustcc)", "license": "MIT", "bugs": { "url": "https://github.com/hustcc/timeago-react/issues" }, "homepage": "https://github.com/hustcc/timeago-react", "devDependencies": { "@commitlint/cli": "^8.2.0", "@types/enzyme": "^3.10.3", "@types/enzyme-adapter-react-16": "^1.0.5
