New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@devtable/dashboard

Package Overview
Dependencies
Maintainers
2
Versions
843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devtable/dashboard

```bash # 1. install deps at dashboard root cd devtable/dashboard && yarn

latest
Source
npmnpm
Version
14.60.11
Version published
Weekly downloads
60
-94.44%
Maintainers
2
Weekly downloads
 
Created
Source

Dashboard Core

# 1. install deps at dashboard root
cd devtable/dashboard && yarn

# 2. run demo
cd devtable/dashboard/packages/core && yarn build

see package.json for more scripts

use ../demo for debugging

Testing

Use cypress for component testing.

$ nx cypress dashboard

Use vitest for other types of testing.

$ nx vitest dashboard

Use -c ci to run tests in headless mode.

$ nx cypress dashboard -c ci
$ nx vitest dashboard -c ci
# run both in parallel
$ nx test dashboard -c ci

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

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.

Install

Related posts