Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arg

Package Overview
Dependencies
Maintainers
55
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arg - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

package.json
{
"name": "arg",
"version": "4.1.1",
"version": "4.1.2",
"description": "Another simple argument parser",

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

@@ -24,3 +24,3 @@ # Arg [![CircleCI](https://circleci.com/gh/zeit/arg.svg?style=svg)](https://circleci.com/gh/zeit/arg)

1. Command line specification object (see below)
2. Parse options (_Optional_, defaults to `{permissive: false, argv: process.argv.slice(2)}`)
2. Parse options (_Optional_, defaults to `{permissive: false, argv: process.argv.slice(2), stopAtPositional: false}`)

@@ -281,2 +281,2 @@ It returns an object with any values present on the command-line (missing options are thus

Copyright © 2017-2018 by ZEIT, Inc. Released under the [MIT License](LICENSE.md).
Copyright © 2017-2019 by ZEIT, Inc. Released under the [MIT License](LICENSE.md).
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