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.0.4 to 1.0.5

bin/index

4

package.json
{
"name": "npm-scripts-catalog",
"version": "1.0.4",
"version": "1.0.5",
"description": "list your npm scripts according to your package.json",
"main": "index.js",
"bin": {
"catalog": "./index"
"catalog": "./bin/index"
},

@@ -9,0 +9,0 @@ "repository": {

# catalog
list your npm scripts according to your package.json
## usage
``` sh
$ npm install -g npm-scripts-catalog
```
## description
`npm-scripts-catalog` will list the available scripts of your current projects according to the package.json file.
## demo
``` sh
$ cd someRepo
$ catalog
scripts available:
test: node test.js
start: node app.js
```
and if there is no scripts available, it will console
``` sh
no script is available
```
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