// npm 패키지
@antv/calendar-heatmap
The Calendar heatmap implemented by G2.
버전
6
메인테이너
51
라이선스
MIT
최초 publish
2020-07-24
publisher
simaq
tarball
1,215,580 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2020-08-01
// publisher 캠페인by simaq
이 계정에서 catch된 패키지 4건고립된 catch가 아닙니다. 동일 publisher가 3개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.1.2· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.1.2··AUTO-PUBLISHED·publisher: simaqheuristic 75/100static flags 0llm benign (0.85) via ollamaosv-flagged:MAL-2026-3856
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- install scripts --- ### prepublishOnly npm-run-all --parallel lint build --- package.json (entry) --- { "name": "@antv/calendar-heatmap", "version": "1.1.2", "description": "The Calendar heatmap implemented by G2.", "files": [ "demo/", "es/", "lib/", "build/" ], "main": "lib/index.js", "module": "es/index.js", "stylePath": "style.js", "scripts": { "start": "build-scripts start", "build": "build-scripts build", "prepublishOnly": "npm-run-all --parallel lint build", "lint": "npm-run-all --parallel tslint stylelint", "tslint": "eslint --cache --ext .ts,.tsx,.js,.jsx ./", "stylelint": "stylelint ./src/**/*.scss ./src/**/*.css ./src/**/*.less", "changelog": "generate-changelog", "prettier": "prettier -c --write '**/*'", "pretty-quick": "pretty-quick --staged", "test": "jest", "test-live": "jest --watch", "coverage": "jest --coverage" }, "keywords": [ "g2", "chart", "heatmap", "calendar", "ice", "react", "component" ], "dependencies": { "@antv/g2": "^4.0.14-beta.1", "@antv/util": "^2.0.9", "dayjs": "^1.8.30" }, "devDependencies": { "@alib/build-scripts": "^0.1.3", "build-plugin-component": "^0.2.0", "build-plugin-fusion": "^0.1.0", "build-p --- index.js (entry) --- "use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard"); var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); exports.__esModule = true; exports["default"] = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose")); var _react = _interopRequireWildcard(require("react")); var _g = require("@antv/g2"); var _transform = require("@antv/g2/lib/util/transform"); var _util = require("@antv/util"); var _date = require("./util/date"); var _fillDate = require("./util/fill-date"); var CalendarHeatmap = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) { var chartRef = props.chartRef, rest = (0, _objectWithoutPropertiesLoose2["default"])(props, ["chartRef"]); var _rest$autoFit = rest.autoFit, autoFit = _rest$autoFit === void 0 ? true : _rest$autoFit, _rest$partition = rest.partition, partition = _rest$partition === void 0 ? false : _rest$partition, data = rest.data, width = rest.width, height = re --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- build/index.js (bundled) --- !function(t){var n={};function e(a){if(n[a])return n[a].exports;var s=n[a]={i:a,l:!1,exports:{}};return t[a].call(s.exports,s,s.exports,e),s.l=!0,s.exports}e.m=t,e.c=n,e.d=function(t,n,a){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:a})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(e.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var s in t)e.d(a,s,function(n){return t[n]}.bind(null,s));return a},e.n=function(t){var n=t&&t.__esModule?function n(){return t.default}:function n(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=245)}([function(t,n,e){"use strict";e.r(n),e.d(n,"contains",(function(){return o})),e.d(n,"includes",(function(){return o})),e.d(n,"difference",(function(){return l})),e.d(n,"find",(function(){return A})),e.d(n,"findIndex",(function(){return _})),e.d(n,"firstValue",(function(){return L})),e.d(n,"flatten",(function(){return F})),e.d(n,"flattenDeep",(function(){return R})),e.d(n,"getRange",(function(){return Y})),e.d(n,"pull",(function(){return X})),e.d(n,"pullAt",(function(){return q})),e.d(n,"reduce",(function(){return Q})),e.d(n,"remove",(function(){return K})),e.d(n,"sortBy",(function(){return nt})),e.d(n,"union",(function(){return rt})),e.d(n,"uniq",(function(){return at})),e.d(n,"valuesOfKey",(function(){return ot})),e.d(n,"head",(function(){return it})),e.d(n,"last",(function(){return ct})),e.d(n,"startsWith",(function(){return lt})),e.d(n,"endsWith",(function(){return ft})),e.d(n,"filter",(function(){return c})),e.d(n,"every",(function(){return dt})),e.d(n,"some",(function(){return mt})),e.d(n,"group",(function(){return wt})),e.d(n,"groupBy",(function(){return kt})),
