brooker_f-test-cli

ISCLicense declared in the package manifest.

脚手架初始化 npm init -y 创建bin文件夹下的入口文件 index.js,并在第一行 #!/usr/bin/env node 配置package.json文件,配置脚手架指令,指向bin文件夹下的index.js入口文件 ```json "bin": { "cli-command": "bin/index.js" } ``` 然后发布脚手架到npm + npm login 进行登录 + npm publish 进行发布

85

Security score

0 known advisories in v1.0.1

0-100 score computed by this site from verifiable signals only: known OSV.dev advisories affecting this exact version, how recently it was published, and the repository's OpenSSF Scorecard.advisory penalty −0 · staleness penalty −15

Weekly downloads

Downloads across all versions in the last 7 days, from the official npm downloads API (api.npmjs.org).

Unpacked size

Size of v1.0.1 on disk after npm install extracts the tarball, as reported by the npm registry.

1.8 kB

Dependencies

Direct runtime dependencies declared by v1.0.1. Transitive dependencies are not counted here — use the lockfile audit for the full tree.

0

Last publish

When v1.0.1 was published to the registry. Long gaps can indicate an unmaintained package.

4 years ago

Security advisories

Vulnerabilities affecting v1.0.1 specifically, from OSV.dev — the open database aggregating the GitHub Advisory Database (GHSA) and CVEs. Links open the full advisory.

No known vulnerabilities affect v1.0.1.