Installations
npm install utool
Developer
ExWei
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
NPM Version
1.4.3
Statistics
41 Commits
2 Watching
1 Branches
1 Contributors
Updated on 22 Nov 2017
Languages
JavaScript (100%)
Total Downloads
Cumulative downloads
Total Downloads
2,669
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
200%
3
Compared to previous month
Last year
-34.8%
88
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
utool
utool is an library for Node.JS which provide powerful function for daily tasks. So, in the few words, it is a swiss knife for any javascript developer.
Installation
You can install ustat with the npm:
1npm install utool
Documentation
capitalize(source)
Represents a function for strings capitalization
Parameters
source: string, - String for capitalization
uncapitalize(source)
Represents a function for strings uncapitalization
Parameters
source: string, - String for uncapitalization
uppercase(source)
Represents a function for strings upper-case
Parameters
source: string, - String for upper-case
lowercase(source)
Represents a function for strings lower-case
Parameters
source: string, - String for lower-case
reverse(source)
Represents a function for strings/arrays reverse
Parameters
source, - String/Array for reverse
removeMultipleSpaces(source)
Represents a function for deletion multiple whitespaces from string
Parameters
source: string, - String for deletion multiple spaces
first(source)
Get first element in array
Parameters
source: Array, - Array
last(source)
Get last element in array
Parameters
source: Array, - Array
rest(source, from)
Get rest of array
Parameters
source: Array, - Array
from: number, - Number of elements for omit
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More