
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
check-msvc-runtime
Advanced tools
Easily show a warning if the Microsoft Visual C++ Redistributable is not installed on Windows
Part of HTTP Toolkit: powerful tools for building, testing & debugging HTTP
An npm package to easily show a warning if the Microsoft Visual C++ (MSVC) Redistributable is not installed on Windows.
Many Windows binaries won't run without the MSVC runtime installed, so this can cause problems, but those applications often don't provide a clear error. This makes it easy to end up with a hard-to-set up npm project. To handle that, this package makes it easy to cleanly detect and warn whenever this happens, so developers can easily resolve it themselves.
To use this:
npm install check-msvc-runtime
"preinstall": "check-msvc-runtime"
to your package.json scriptsNow, any time you npm install
in your repo on Windows, if the MSVC runtime isn't installed it'll fail and show:
> check-msvc-runtime@0.0.0 preinstall
> ./bin.js
***********************
The Microsoft Visual C++ Runtime is not installed, and is
required to set up this project on Windows.
Install it from:
https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist
***********************
npm ERR! code 1
npm ERR! path .../check-msvc-runtime
npm ERR! command failed
FAQs
Easily show a warning if the Microsoft Visual C++ Redistributable is not installed on Windows
The npm package check-msvc-runtime receives a total of 32 weekly downloads. As such, check-msvc-runtime popularity was classified as not popular.
We found that check-msvc-runtime demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.