Comparing version 0.0.5 to 0.0.6
@@ -30,4 +30,4 @@ /* eslint-disable no-console */ | ||
pads (numberOfSym, sym = ' ') { | ||
return sym.repeat(Math.min(Math.max(0, numberOfSpaces), 10000)); | ||
pads (numOfSym, sym = ' ') { | ||
return sym.repeat(Math.min(Math.max(0, numOfSym), 10000)); | ||
}, | ||
@@ -34,0 +34,0 @@ |
{ | ||
"name": "af-fns", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A highly specialized function library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14239