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

detect-libc

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

detect-libc - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

bin/detect-libc.js

@@ -13,2 +13,2 @@ #!/usr/bin/env node

spawnSync(process.argv[2], process.argv.slice(3), spawnOptions);
process.exit(spawnSync(process.argv[2], process.argv.slice(3), spawnOptions).status);
{
"name": "detect-libc",
"version": "0.0.4",
"version": "0.0.5",
"description": "Node.js module to detect the C standard library (libc) implementation family and version",

@@ -5,0 +5,0 @@ "main": "lib/detect-libc.js",

@@ -45,3 +45,3 @@ # detect-libc

"dependencies": {
"detect-libc": "^0.0.4",
"detect-libc": "^0.0.5",
"prebuild-install": "^2.1.2"

@@ -48,0 +48,0 @@ },

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