// npm package
@antv/g6-plugin-map-view
A Plugin of G6 to Show a Map View
weekly
54
monthly
88
versions
4
maintainers
51
license
MIT
first publish
2023-10-09
publisher
kopiluwaky
tarball
2,712,400 B
AUTO-PUBLISHED·1 version indexed·latest published 2023-10-25
// publisher campaignby kopiluwaky
4 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 3 other packages that our pipeline flagged — the shape of a coordinated campaign, not a one-off. Each link below opens that sibling's analysis.
// offending code· @0.0.4· 1 file flagged
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 5 known-vendor host(s), 1 other host(s).
- @0.0.4··AUTO-PUBLISHED·publisher: kopiluwakyheuristic 75/100static flags 1llm benign (0.85) via ollamaosv-flagged:MAL-2026-3993public-github-push
→ No suspicious destination, no remote-exec shape — 5 known-vendor host(s), 1 other host(s).
// offending code· 1 file flaggedpatterns: 1
--- install scripts --- ### prepublishOnly npm run ci --- package/package.json (excerpt) --- { "name": "@antv/g6-plugin-map-view", "version": "0.0.4", "description": "A Plugin of G6 to Show a Map View", "keywords": [ "antv", "graph", "graph analysis", "graph visualization", "map" ], "homepage": "https://g6.antv.antgroup.com/", "bugs": { "url": "https://github.com/antvis/g6/issues" }, "repository": "git@github.com/antvis/g6.git", "license": "MIT", "author": "https://github.com/orgs/antvis/people", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "files": [ "src", "esm", "lib", "dist" ], "scripts": { "start": "rimraf ./lib && tsc --module commonjs --outDir lib --watch", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "bundle-vis": "cross-env BUNDLE_VIS=1 run-p build:umd", "prepublishOnly": "npm run ci", "ci": "run-s lint build", "clean": "rimraf es lib", "clear:doc": "rimraf ../site/docs/_apis", "doc": "npm run clear:doc && typedoc", "lint": "eslint ./src --quiet && prettier ./src --check", "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx", "fix": "eslint ./src ./tests --fix && prettier ./src ./tests --write ", "size": "limit-size" }, "lint-staged": { "*.{ts,tsx}": [ "eslint --fix", "prettier --write", "git add" ] --- bundled output (OSV-MAL flagged — LLM scope expansion) --- --- dist/g6-plugin-map-view.min.js (bundled) --- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).G6PluginMapView={})}(this,(function(e){"use strict";var t=function(e,n){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},t(e,n)};function n(e,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},r.apply(this,arguments)};function i(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function o(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function a(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function s(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.
