Gathering detailed insights and metrics for @actus/svelte
Gathering detailed insights and metrics for @actus/svelte
Gathering detailed insights and metrics for @actus/svelte
Gathering detailed insights and metrics for @actus/svelte
A monorepo for a self learning command palette driven by a final state machine implemented in XState.
npm install @actus/svelte
Typescript
Module System
Node Version
NPM Version
TypeScript (62.87%)
Svelte (24.08%)
JavaScript (10.04%)
CSS (1.3%)
Nearley (1.14%)
HTML (0.57%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
51 Stars
116 Commits
1 Forks
2 Watchers
1 Branches
2 Contributors
Updated on Oct 20, 2023
Latest Version
2.3.2
Package Id
@actus/svelte@2.3.2
Unpacked Size
1.51 MB
Size
305.41 kB
File Count
22
NPM Version
lerna/4.0.0/node@v16.13.0+x64 (darwin)
Node Version
16.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
24
Svelte UI component / bindings that uses the @actus/core
state machine.
Install it in your Svelte project with:
1npm install @actus/svelte
and import it
1import Actus from '@actus/svelte'
As mentioned, it should be trivial to implement this in any UI framework, have a look in src/Component.svelte to see how it's made using Svelte.
All props except commands
are optional.
1<Actus 2 {commands} 3 toggleKey="p" 4 ctrlKey={false} 5 placeholder="Type your best commands" 6 theme={{ 7 "--color": "rgba(212, 208, 199, 1.00)", 8 "--result-description-color": "rgba(212, 208, 199, 1.00)", 9 "--background-color": "rgba(36, 36, 36, 1.00)", 10 "--active-result-background-color": "rgba(64, 64, 64, 1.00)", 11 "--active-result-description-color": "rgba(255, 255, 255, 1.00)", 12 "--active-result-title-color": "rgba(255, 255, 255, 1.00)", 13 "--scale": "1.3", 14 }} 15/>
Here's a demo: https://ti99l.csb.app
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 4/23 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
39 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More