Gathering detailed insights and metrics for angular2-natural-sort
Gathering detailed insights and metrics for angular2-natural-sort
npm install angular2-natural-sort
Typescript
Module System
Node Version
NPM Version
72.1
Supply Chain
92.7
Quality
75.6
Maintenance
100
Vulnerability
100
License
TypeScript (94.87%)
JavaScript (5.13%)
Total Downloads
13,508
Last Day
1
Last Week
14
Last Month
63
Last Year
757
1 Stars
62 Commits
3 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.8
Package Id
angular2-natural-sort@1.0.8
Unpacked Size
62.37 kB
Size
9.65 kB
File Count
6
NPM Version
6.0.0
Node Version
8.11.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-41.7%
14
Compared to previous week
Last month
125%
63
Compared to previous month
Last year
-57.4%
757
Compared to previous year
1>>> ['10',9,2,'1','4'].sort(naturalSort) 2['1',2,'4',9,'10']
1>>> ['10.0401',10.022,10.042,'10.021999'].sort(naturalSort) 2['10.021999',10.022,'10.0401',10.042]
1>>> ['10.04f','10.039F','10.038d','10.037D'].sort(naturalSort) 2['10.037D','10.038d','10.039F','10.04f']
1>>> ['1.528535047e5','1.528535047e7','1.528535047e3'].sort(naturalSort) 2['1.528535047e3','1.528535047e5','1.528535047e7']
1>>> ['192.168.0.100','192.168.0.1','192.168.1.1'].sort(naturalSort) 2['192.168.0.1','192.168.0.100','192.168.1.1']
1>>> ['car.mov','01alpha.sgi','001alpha.sgi','my.string_41299.tif'].sort(naturalSort) 2['001alpha.sgi','01alpha.sgi','car.mov','my.string_41299.tif'
1>>> ['10/12/2008','10/11/2008','10/11/2007','10/12/2007'].sort(naturalSort) 2['10/11/2007', '10/12/2007', '10/11/2008', '10/12/2008']
1>>> ['$10002.00','$10001.02','$10001.01'].sort(naturalSort) 2['$10001.01','$10001.02','$10002.00']
1>>> ['1 Title - The Big Lebowski','1 Title - Gattaca','1 Title - Last Picture Show'].sort(naturalSort) 2['1 Title - Gattaca','1 Title - Last Picture Show','1 Title - The Big Lebowski']
1>>> ['a', 'B'].sort(naturalSort); 2['B', 'a']
1>>> naturalSort.insensitive = true; 2>>> ['a', 'B'].sort(naturalSort); 3['a', 'B']
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
94 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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