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

@xhmikosr/bin-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xhmikosr/bin-wrapper - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

package.json
{
"name": "@xhmikosr/bin-wrapper",
"version": "5.0.0",
"version": "5.0.1",
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",

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

@@ -9,3 +9,3 @@ # bin-wrapper [![CI](https://github.com/XhmikosR/bin-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/XhmikosR/bin-wrapper/actions/workflows/ci.yml)

```sh
npm install bin-wrapper
npm install @xhmikosr/bin-wrapper
```

@@ -18,3 +18,3 @@

import path from 'node:path';
import BinWrapper from 'bin-wrapper';
import BinWrapper from '@xhmikosr/bin-wrapper';

@@ -21,0 +21,0 @@ const base = 'https://github.com/imagemin/gifsicle-bin/raw/main/vendor';

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