Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "string-wks", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Some string manipulation functions that I need to use commonly", | ||
@@ -5,0 +5,0 @@ "main": "string.js", |
@@ -1,2 +0,2 @@ | ||
//Capitalize first letter | ||
//Capitalize first letter: HellO USER => Hello user | ||
exports.capitalize = function (string) { | ||
@@ -13,3 +13,3 @@ //crop fist letter | ||
//simplify | ||
//simplify: HELLo user30,c => hellouser30c | ||
exports.simplify = function(string) { | ||
@@ -25,1 +25,2 @@ //regular expression to replaces all non-alphanumeric characters. | ||
} | ||
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
1478
3
1
2