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 12.0.0 to 13.0.0

5

index.js

@@ -6,3 +6,3 @@ import {promises as fs} from 'node:fs';

import download from '@xhmikosr/downloader';
import osFilterObject from 'os-filter-obj';
import osFilterObject from '@xhmikosr/os-filter-obj';

@@ -21,2 +21,3 @@ /**

this.options.strip = 0;
// eslint-disable-next-line logical-assignment-operators
} else if (!this.options.strip) {

@@ -40,3 +41,3 @@ this.options.strip = 1;

this._src = this._src || [];
this._src ||= [];
this._src.push({url: src, os, arch});

@@ -43,0 +44,0 @@

27

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

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

"engines": {
"node": ">=16"
"node": ">=18"
},

@@ -42,16 +42,21 @@ "scripts": {

"dependencies": {
"@xhmikosr/bin-check": "^6.0.0",
"@xhmikosr/downloader": "^14.0.0",
"bin-version-check": "^5.1.0",
"os-filter-obj": "^2.0.0"
"@xhmikosr/bin-check": "^7.0.0",
"@xhmikosr/downloader": "^15.0.0",
"@xhmikosr/os-filter-obj": "^3.0.0",
"bin-version-check": "^5.1.0"
},
"devDependencies": {
"ava": "^5.3.1",
"c8": "^8.0.1",
"isexe": "^2.0.0",
"nock": "^13.4.0",
"ava": "^6.1.2",
"c8": "^9.1.0",
"isexe": "^3.1.1",
"nock": "^13.5.4",
"path-exists": "^5.0.0",
"tempy": "^3.1.0",
"xo": "^0.56.0"
"xo": "^0.58.0"
},
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off"
}
}
}
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