Gathering detailed insights and metrics for @developertheexplorer/rawlist
Gathering detailed insights and metrics for @developertheexplorer/rawlist
npm install @developertheexplorer/rawlist
Typescript
Module System
Node Version
NPM Version
68.5
Supply Chain
76.8
Quality
75
Maintenance
100
Vulnerability
100
License
inquirer@12.4.1
Published on 04 Feb 2025
@inquirer/prompts@7.3.1
Published on 02 Feb 2025
inquirer@12.4.0
Published on 04 Feb 2025
@inquirer/checkbox@4.1.0
Published on 02 Feb 2025
inquirer@12.3.3
Published on 28 Jan 2025
@inquirer/core@10.1.5
Published on 28 Jan 2025
TypeScript (91.69%)
JavaScript (8.31%)
Total Downloads
229
Last Day
1
Last Week
2
Last Month
4
Last Year
45
20,516 Stars
1,682 Commits
1,308 Forks
148 Watching
9 Branches
208 Contributors
Latest Version
1.0.0
Package Id
@developertheexplorer/rawlist@1.0.0
Unpacked Size
5.82 kB
Size
2.65 kB
File Count
5
NPM Version
lerna/4.0.0/node@v16.14.2+arm64 (darwin)
Node Version
16.14.2
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
-42.9%
4
Compared to previous month
Last year
-43.8%
45
Compared to previous year
2
@inquirer/rawlist
Simple interactive command line prompt to display a raw list of choices (single value select) with minimal interaction.
1npm install @inquirer/rawlist 2 3yarn add @inquirer/rawlist
1import rawlist from '@inquirer/rawlist'; 2 3const answer = await rawlist({ 4 message: 'Select a package manager', 5 choices: [ 6 { name: 'npm', value: 'npm' }, 7 { name: 'yarn', value: 'yarn' }, 8 { name: 'pnpm', value: 'pnpm' }, 9 ], 10});
Property | Type | Required | Description |
---|---|---|---|
message | string | yes | The question to ask |
choices | Array<{ value: string, name?: string, key?: string }> | yes | List of the available choices. The value will be returned as the answer, and used as display if no name is defined. By default, choices will be selected by index. This can be customized by using the key option. |
Copyright (c) 2022 Simon Boudrias (twitter: @vaxilart) Licensed under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 17 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 2/24 approved changesets -- 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
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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