New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

highs-addon

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highs-addon

Low-level Node.js binding for the HiGHS optimization solver

latest
Source
npmnpm
Version
0.10.3
Version published
Weekly downloads
79
-7.06%
Maintainers
1
Weekly downloads
 
Created
Source

HiGHS addon NPM version

Low-level Node.js binding for the HiGHS optimization solver. Consider using highs-solver for a more idiomatic TypeScript API.

Installation

npm i highs-addon

This package ships with pre-built binaries for several common environments:

PlatformArchitectureC library
darwinarm64n/a
linuxx64glibc
linuxx64musl
linuxarm64glibc
linuxarm64musl

If your system doesn't match one of the environments above, a binary will be built automatically during installation. This requires a toolchain capable of compiling HiGHS and native Node.js addons. Otherwise when using one of these pre-built binaries, consider installing without optional dependencies:

npm i highs-addon --omit=optional

Keywords

highs

FAQs

Package last updated on 07 Aug 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