
Security News
/Research
Compromised Injective SDK npm Package Exfiltrates Wallet Keys and Mnemonics
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.
@type-dom/router
Advanced tools
This library was generated with vue-router .
Run nx build TypeRouter to build the library.
Run nx test TypeRouter to execute the unit tests via Jest.
import { createHashHistory, createRouter } from '@type-router'
import HomeView from './HomeView.vue'
import AboutView from './AboutView.vue'
const routes = [
{ path: '/', component: HomeView },
{ path: '/about', component: AboutView },
]
const router = createRouter({
history: createHashHistory(),
routes,
})
const app = new RootApp().mount('body');
router.install(app);
FAQs
基于 TypeScript 的轻量级前端路由库,支持声明式路由配置和客户端路由管理,实现单页应用(SPA)的无刷新导航。
The npm package @type-dom/router receives a total of 5 weekly downloads. As such, @type-dom/router popularity was classified as not popular.
We found that @type-dom/router demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.