Socket
Socket
Sign inDemoInstall

args

Package Overview
Dependencies
14
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.3 to 2.2.4

8

index.js

@@ -0,4 +1,6 @@

'use strict'
// Native
const path = require('path')
const {spawn} = require('child_process')
const spawn = require('child_process').spawn

@@ -279,3 +281,5 @@ // Packages

for (const item of items) {
let {usage, description, defaultValue} = item
let usage = item.usage
let description = item.description
const defaultValue = item.defaultValue
const difference = longest - usage.length

@@ -282,0 +286,0 @@

{
"name": "args",
"version": "2.2.3",
"version": "2.2.4",
"description": "Minimal toolkit for building CLIs",

@@ -16,3 +16,3 @@ "files": [

"engines": {
"node": ">= 6.0.0"
"node": ">= 4.0.0"
},

@@ -19,0 +19,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc