You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cli-apply

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-apply - npm Package Compare versions

Comparing version

to
1.0.4

2

package.json
{
"name": "cli-apply",
"version": "1.0.3",
"version": "1.0.4",
"description": "CLI Apply is a simple way to create node applications that can be executed and interfaced with using the command line.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,2 +14,4 @@ # CLI Apply

`npm install cli-apply`
```js

@@ -31,12 +33,12 @@ const cliApply = require('cli-apply')

1. When the file is executed, a terminal prompt will ask you which function you would like to execute.
- When the file is executed, a terminal prompt will ask you which function you would like to execute.
![images/usage1.png](images/usage1.png)
![images/usage1.png](./images/usage1.png)
2. Once selected an array can be supplied which will be the parameters of the function.
- Once selected an array can be supplied which will be the parameters of the function.
![images/usage2.png](images/usage2.png)
![images/usage2.png](./images/usage2.png)
3. The specified function will be executed with the given parameters and will return the result.
- The specified function will be executed with the given parameters and will return the result.
![images/usage3.png](images/usage3.png)
![images/usage3.png](./images/usage3.png)
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.