printable-string
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -46,6 +46,4 @@ var controlCodes, pad0, pattern, _print; | ||
module.exports = { | ||
print: function(str, option) { | ||
return _print(str, option); | ||
} | ||
module.exports = function(str, option) { | ||
return _print(str, option); | ||
}; |
{ | ||
"name": "printable-string", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Convert non-printable chars in string into their printable form", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
30957
57