New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xhmikosr/bin-check

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xhmikosr/bin-check - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

4

index.js

@@ -1,2 +0,2 @@

import {execa, execaSync} from 'execa';
import execa from 'execa';
import {isexe, sync as isexeSync} from 'isexe';

@@ -29,5 +29,5 @@

return execaSync(bin, args).exitCode === 0;
return execa.sync(bin, args).exitCode === 0;
};
export default binCheck;
{
"name": "@xhmikosr/bin-check",
"version": "7.0.1",
"version": "7.0.2",
"description": "Check if a binary is working",

@@ -5,0 +5,0 @@ "license": "MIT",

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