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

@lesjoursfr/bin-wrapper

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lesjoursfr/bin-wrapper - npm Package Compare versions

Comparing version 12.1.6 to 12.1.7

34

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

@@ -22,3 +22,3 @@ "license": "MIT",

"engines": {
"node": "20.x || 22.x"
"node": "20.x || 22.x || 24.x"
},

@@ -49,8 +49,8 @@ "exports": "./lib/index.js",

"dependencies": {
"@lesjoursfr/bin-check": "^7.1.6",
"@lesjoursfr/bin-version": "^7.1.6",
"@lesjoursfr/bin-check": "^7.1.7",
"@lesjoursfr/bin-version": "^7.1.7",
"arch": "^3.0.0",
"axios": "^1.7.2",
"axios": "^1.7.9",
"content-disposition": "^0.5.4",
"file-type": "^19.3.0",
"file-type": "^19.6.0",
"semver": "^7.6.3",

@@ -61,22 +61,22 @@ "semver-truncate": "^3.0.0",

"devDependencies": {
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.16.0",
"@tsconfig/node20": "^20.1.4",
"@types/content-disposition": "^0.5.8",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.13",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.1",
"@types/semver": "^7.5.8",
"@types/tar": "^6.1.13",
"eslint": "^9.8.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"globals": "^15.13.0",
"isexe": "^3.1.1",
"mocha": "^10.7.0",
"nock": "^13.5.4",
"prettier": "^3.3.3",
"mocha": "^11.0.1",
"nock": "^13.5.6",
"prettier": "^3.4.2",
"tempy": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.5.3"
}

@@ -55,4 +55,4 @@ [![npm version](https://badge.fury.io/js/@lesjoursfr%2Fbin-wrapper.svg)](https://badge.fury.io/js/@lesjoursfr%2Fbin-wrapper)

- Type: `boolean`
- Default: `false`
- Type: `boolean`
- Default: `false`

@@ -63,4 +63,4 @@ Whether to skip the binary check or not.

- Type: `number`
- Default: `1`
- Type: `number`
- Default: `1`

@@ -127,4 +127,4 @@ Strip a number of leading paths from file names on extraction.

- Type: `Array`
- Default: `['--version']`
- Type: `Array`
- Default: `['--version']`

@@ -131,0 +131,0 @@ Command to run the binary with. If it exits with code `0` it means that the

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