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

arrgv

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrgv - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -30,3 +30,3 @@ module.exports = str => {

if(['\b', '\f', '\n', '\r', '\t', ' '].includes(v)){
if(buffer.length){
if(buffer.length > 0){
res.push(buffer);

@@ -54,3 +54,3 @@ }

if(buffer.length) res.push(buffer);
if(buffer.length > 0) res.push(buffer);
if(dQuoted) throw new SyntaxError('unexpected end of string while looking for matching double quote');

@@ -57,0 +57,0 @@ if(sQuoted) throw new SyntaxError('unexpected end of string while looking for matching single quote');

{
"name": "arrgv",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parsing string to array of args like node on bash do.",

@@ -19,4 +19,4 @@ "main": "index.js",

"ava": "^0.25.0",
"eslint": "^4.19.1",
"eslint-config-astur": "0.0.2",
"eslint": "^5.4.0",
"eslint-config-astur": "^1.6.1",
"nyc": "^12.0.2"

@@ -23,0 +23,0 @@ },

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