Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

win-release

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win-release

Get the name of a Windows version from the release number: `5.1.2600` → `XP`

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is win-release?

The win-release npm package is used to get the name of a Windows version from the release number. This can be useful for applications that need to display or log the Windows version in a human-readable format.

What are win-release's main functionalities?

Get Windows version name from release number

This feature allows you to get the Windows version name from a given release number. In this example, the release number '10.0.19041' corresponds to Windows 10.

const winRelease = require('win-release');
console.log(winRelease('10.0.19041')); // '10'

Other packages similar to win-release

Keywords

FAQs

Package last updated on 18 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc