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

argv-split

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argv-split - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "argv-split",
"version": "3.2.0",
"version": "3.2.1",
"description": "Split argv(argument vector) and handle special cases, such as quoted values.",

@@ -5,0 +5,0 @@ "files": [

@@ -34,3 +34,3 @@ [![Build Status](https://github.com/kaelzhang/node-argv-split/actions/workflows/nodejs.yml/badge.svg)](https://github.com/kaelzhang/node-argv-split/actions/workflows/nodejs.yml)

# argv-split also handles carriage returns
# argv-split also handles line feeds
foo \

@@ -122,3 +122,3 @@ --abc=a\ b # ['foo', '--abc=a b']

### Handle Line Feed
### Handle Line Feeds

@@ -125,0 +125,0 @@ There is a special value of `split.LF` which could help us to create valid commands with line feeds:

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