Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ module.exports = class apphelpers { | ||
*/ | ||
trims(str, char) { | ||
async trims(str, char) { | ||
if (typeof char === 'undefined') { | ||
@@ -26,3 +26,3 @@ char = ''; | ||
*/ | ||
ucwords(str) { | ||
async ucwords(str) { | ||
return (str + '').replace(/^([a-z\u00E0-\u00FC])|\s+([a-z\u00E0-\u00FC])/g, ($1) => { | ||
@@ -29,0 +29,0 @@ return $1.toUpperCase(); |
{ | ||
"name": "apphelpers", | ||
"version": "1.0.0", | ||
"description": "Javascript App Helper Functions", | ||
"version": "1.0.1", | ||
"description": "Node Js App Helper Functions", | ||
"homepage": "https://github.com/krishnaTORQUE/apphelpers", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"keywords": [ | ||
@@ -12,3 +12,7 @@ "Javascript Helpers", | ||
"author": "Krishna Torque", | ||
"license": "GNU GPL V2" | ||
} | ||
"license": "GNU GPL V2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/krishnaTORQUE/apphelpers" | ||
} | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6449
4
0
1
51
0