Comparing version 0.0.0 to 0.0.1-security
{ | ||
"name": "cli-form", | ||
"version": "0.0.0", | ||
"description": "Build user-friendly command-line forms", | ||
"version": "0.0.1-security", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node test" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"cli", | ||
"command-line", | ||
"form" | ||
], | ||
"repository": { | ||
"url": "git@github.com:azer/cli-form.git", | ||
"type": "git" | ||
"type": "git", | ||
"url": "git+https://github.com/npm/security-holder.git" | ||
}, | ||
"author": "azer", | ||
"license": "BSD", | ||
"dependencies": { | ||
"cli-qa": "^0.3.0", | ||
"config-doc": "^0.1.0", | ||
"format-text": "0.0.3", | ||
"new-struct": "^0.1.1" | ||
} | ||
} | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/npm/security-holder/issues" | ||
}, | ||
"homepage": "https://github.com/npm/security-holder#readme" | ||
} |
@@ -1,38 +0,9 @@ | ||
## cli-form | ||
# Security holding package | ||
Build user-friendly command-line forms easily. | ||
This package name is not currently in use, but was formerly occupied | ||
by a popular package. To avoid malicious use, npm is hanging on to | ||
the package name, but loosely, and we'll probably give it to you if | ||
you want it. | ||
![](https://cldup.com/U2M04exBeI.png) | ||
## Install | ||
```bash | ||
$ npm install cli-form | ||
``` | ||
## Usage | ||
```js | ||
var NewForm = require('cli-form') | ||
var form = NewForm('~/.projects', [ | ||
{ key: "github", title: "What's your Github handle?", default: process.env.USER, forOnce: true }, | ||
{ key: "workspace", title: "Where do you keep your code?", default: process.cwd(), forOnce: true }, | ||
{ key: "name", title: "What's your new project name?", validate: { len: [1] } }, | ||
{ title: "Starter", desc: "user/repo (Github) or a full Git URL to clone.", default: "bud/react-starter" } | ||
]) | ||
form.prompt(function (answers) { | ||
answers.github | ||
// => azer | ||
answers.starter | ||
// => bud/go-starter | ||
}) | ||
``` | ||
## Reference | ||
cli-form is a wrapper for [cli-qa](http://github.com/azer/cli-qa) module, formatted by default with a description option. [Reference](https://github.com/azer/cli-qa#reference) | ||
You may adopt this package by contacting support@npmjs.com and | ||
requesting the name. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
0
801
2
0
10
1
1
- Removedcli-qa@^0.3.0
- Removedconfig-doc@^0.1.0
- Removedformat-text@0.0.3
- Removednew-struct@^0.1.1
- Removedanglicize@0.0.5(transitive)
- Removedansi-codes@2.0.0(transitive)
- Removedcli-qa@0.3.0(transitive)
- Removedconfig-doc@0.1.0(transitive)
- Removeddebounce-fn@0.1.0(transitive)
- Removeddebug@4.4.0(transitive)
- Removedexpand-home-dir@0.0.2(transitive)
- Removedformat-text@0.0.3(transitive)
- Removedkeypress@0.2.1(transitive)
- Removedleft-pad@0.0.4(transitive)
- Removedlocal-debug@0.0.0(transitive)
- Removedmethodify@0.0.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmix-objects@0.0.2(transitive)
- Removedmkdirp@0.5.6(transitive)
- Removedms@2.1.3(transitive)
- Removednew-error@0.0.0(transitive)
- Removednew-format@2.0.0(transitive)
- Removednew-struct@0.1.1(transitive)
- Removedon-key-press@0.0.0(transitive)
- Removedread-cli-input@1.0.1(transitive)
- Removedread-json@1.0.3(transitive)
- Removedserial-loop@0.0.1(transitive)
- Removedstyle-format@0.0.0(transitive)
- Removedtry-call@0.0.00.0.2(transitive)
- Removedvalidate-value@0.0.0(transitive)
- Removedvariable-name@0.0.2(transitive)
- Removedwrite@0.2.1(transitive)
- Removedwrite-json@0.2.2(transitive)