Comparing version 1.1.6 to 1.1.7
@@ -16,5 +16,5 @@ "use strict"; | ||
char = typeof char !== "string" ? " " : char; | ||
return input.replace(/^/gm, char.repeat(width)); | ||
return String(input).replace(/^/gm, char.repeat(width)); | ||
} | ||
module.exports = indento; |
{ | ||
"name": "indento", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Indent strings.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
5206