Installations
npm install win-release-id
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
16.5.0
NPM Version
7.21.1
Score
67
Supply Chain
74.6
Quality
75.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
keqingrong
Download Statistics
Total Downloads
4,254
Last Day
1
Last Week
10
Last Month
33
Last Year
447
GitHub Statistics
2 Stars
33 Commits
1 Forks
3 Watching
1 Branches
1 Contributors
Bundle Size
811.00 B
Minified
508.00 B
Minified + Gzipped
Package Meta Information
Latest Version
1.0.6
Package Id
win-release-id@1.0.6
Unpacked Size
4.16 kB
Size
2.10 kB
File Count
4
NPM Version
7.21.1
Node Version
16.5.0
Total Downloads
Cumulative downloads
Total Downloads
4,254
Last day
0%
1
Compared to previous day
Last week
-28.6%
10
Compared to previous week
Last month
-15.4%
33
Compared to previous month
Last year
-38.1%
447
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
win-release-id
Get the release id of the current Windows OS
Installation
1npm install win-release-id
Usage
1const winReleaseId = require('win-release-id'); 2 3// on Windows 10 20H2 Build 19042.572 4winReleaseId(); 5// => 2009 6 7// on Windows 10 v1607 Build 14393 8winReleaseId(); 9// => 1607 10 11// before 10 (Windows 7/8/8.1 etc.) 12winReleaseId(); 13// => -1 14 15winReleaseId('10.0.16299.214'); 16// => 1709 17 18winReleaseId('6.1.7601'); 19// => -1
License
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
project is not fuzzed
Details
- Warn: no fuzzer integrations found
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
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
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