Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

sys-lookup

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sys-lookup

Lookup Your system description

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Sys-Lookup

This is a JavaScript and TypeScript package that displays the system's OS name and version. It has been verified on Linux (Debian-based systems) and Windows at this time.

Ubuntu Example

{
  PRETTY_NAME: "Ubuntu 25.10",
  NAME: "Ubuntu",
  VERSION_ID: "25.10",
  VERSION: "25.10 (Questing Quokka)",
  VERSION_CODENAME: "questing",
  ID: "ubuntu",
  ID_LIKE: "debian",
  HOME_URL: "https://www.ubuntu.com/",
  SUPPORT_URL: "https://help.ubuntu.com/",
  BUG_REPORT_URL: "https://bugs.launchpad.net/ubuntu/",
  PRIVACY_POLICY_URL: "https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
}

Windows Example

{
  BuildLab: "26100.ge_release.240331-1435",
  CompositionEditionID: "ServerStandard",
  CurrentBuild: "26100",
  DisplayVersion: "24H2",
  EditionID: "ServerStandard",
  InstallationType: "Server",
  ProductName: "Windows Server 2025 Standard",
  ReleaseId: "2009",
  RegisteredOwner: "<email-address>"
}

FAQs

Package last updated on 30 Nov 2025

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