New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

npm-scripts-catalog

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-scripts-catalog - npm Package Compare versions

Comparing version 1.1.0 to 2.0.3

10

package.json
{
"name": "npm-scripts-catalog",
"version": "1.1.0",
"version": "2.0.3",
"description": "list your npm scripts according to your package.json",

@@ -14,3 +14,5 @@ "main": "index.js",

"keywords": [
"npm", "catalog", "scripts"
"npm",
"catalog",
"scripts"
],

@@ -24,4 +26,6 @@ "author": "liucheng <emitremmus@163.com>",

"dependencies": {
"chalk": "^1.1.3"
"chalk": "^1.1.3",
"forever-monitor": "^1.7.1",
"inquirer": "^1.2.3"
}
}

@@ -8,4 +8,10 @@ # Catalog

## Usage
## Update
In version 2.0, thanks to [Inquirer.js](https://github.com/SBoudrias/Inquirer.js), `npm-scripts-catalog` is able to provide interactive command line user interfaces, making it even easier to execute your command.
Just enjoy and have some fun!
## Install
``` sh

@@ -19,3 +25,3 @@ $ npm install -g npm-scripts-catalog

## Demo
## Usage

@@ -25,7 +31,2 @@ ``` sh

$ catalog
scripts available:
test: node test.js
start: node app.js
```

@@ -36,3 +37,3 @@

``` sh
no script is available
```
no script was ever defined!
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc