lodash-contrib
Advanced tools
Comparing version 241.3.0 to 241.3.1
@@ -69,2 +69,4 @@ // lodash-contrib (lodash.util.strings.js 0.0.1) | ||
return slugish | ||
// Replace _ with a space | ||
.replace(/_/g, ' ') | ||
// insert a space between lower & upper | ||
@@ -71,0 +73,0 @@ .replace(/([a-z])([A-Z])/g, '$1 $2') |
{ | ||
"name": "lodash-contrib", | ||
"version": "241.3.0", | ||
"version": "241.3.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -47,3 +47,4 @@ | ||
equal(_.humanize("LastUpdateDateInt"), "Last Update Date Int"); | ||
equal(_.humanize("LastUpdate_date_IntHTML"), "Last Update date Int HTML"); | ||
}); | ||
}); |
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
1478194
28677