Comparing version 0.0.3 to 0.0.4
@@ -30,2 +30,6 @@ /* eslint-disable no-console */ | ||
pads (numberOfSpaces) { | ||
return ' '.repeat(Math.min(Math.max(0, numberOfSpaces), 10000)); | ||
}, | ||
getRnd () { | ||
@@ -32,0 +36,0 @@ return Math.random().toString().slice(2, 11) + Math.random().toString().slice(2, 6); |
{ | ||
"name": "af-fns", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
14240
356