Comparing version 5.11.6 to 5.11.7
{ | ||
"name": "nyks", | ||
"version": "5.11.6", | ||
"version": "5.11.7", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,6 +10,4 @@ "use strict"; | ||
var step, sep, value, quoted; | ||
if(str === undefined) | ||
return args; | ||
while((step = r.exec(str))) { | ||
while((step = r.exec(str || ""))) { | ||
sep = step[1] !== undefined; | ||
@@ -16,0 +14,0 @@ quoted = step[4] !== undefined || step[5] !== undefined; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66960
1744