// npm package
routify
The most powerful client-side routing in the west
versions
32
maintainers
4
license
GPL-3.0-or-later
first publish
2013-12-03
publisher
mercmobily
tarball
46,517 B
AUTO-PUBLISHED·1 version indexed·latest published 2020-02-19
// publisher campaignby mercmobily
2 caught packages from this accountThis is not an isolated catch. The same publisher has shipped 1 other package that our pipeline flagged — the shape of a coordinated campaign, not a one-off. Each link below opens that sibling's analysis.
// offending code· @1.0.0· 1 file flagged
llm: benign · 0.85→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
- @1.0.0··AUTO-PUBLISHED·publisher: mercmobilyheuristic 87/100static flags 1llm benign (0.85) via ollamarecent-owner-changetypo-match:restify:d2mature-packagepublisher-multi-name-burst:38publisher-version-pump:39dormant-takeover:prev=ryanclark@0.0.1-alpha3public-github-push
→ No suspicious destination, no remote-exec shape — 1 known-vendor host(s).
// offending code· 1 file flaggedpatterns: 1
--- package/package.json (excerpt) --- { "name": "routify", "version": "1.0.0", "description": "The most powerful client-side routing in the west", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mobilyenterprises/routify.git" }, "keywords": [ "routing", "lit-html" ], "author": "Tony Mobily", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/mobilyenterprises/routify/issues" }, "homepage": "https://github.com/mobilyenterprises/routify#readme" } --- package.json (entry) --- { "name": "routify", "version": "1.0.0", "description": "The most powerful client-side routing in the west", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mobilyenterprises/routify.git" }, "keywords": [ "routing", "lit-html" ], "author": "Tony Mobily", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/mobilyenterprises/routify/issues" }, "homepage": "https://github.com/mobilyenterprises/routify#readme" } --- index.js (entry) --- export * from 'src/routify.js'
