Socket
Socket
Sign inDemoInstall

bin-links

Package Overview
Dependencies
6
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.3 to 4.0.4

2

lib/shim-bin.js

@@ -20,3 +20,3 @@ const { resolve, dirname } = require('path')

const failEEXIST = ({ path, to, from }) =>
const failEEXIST = ({ to, from }) =>
Promise.reject(Object.assign(new Error('EEXIST: file already exists'), {

@@ -23,0 +23,0 @@ path: to,

{
"name": "bin-links",
"version": "4.0.3",
"version": "4.0.4",
"description": "JavaScript package binary linker",

@@ -9,3 +9,3 @@ "main": "./lib/index.js",

"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",

@@ -18,3 +18,3 @@ "lintfix": "npm run lint -- --fix",

"type": "git",
"url": "https://github.com/npm/bin-links.git"
"url": "git+https://github.com/npm/bin-links.git"
},

@@ -35,3 +35,3 @@ "keywords": [

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.19.0",
"@npmcli/template-oss": "4.22.0",
"require-inject": "^1.4.4",

@@ -59,5 +59,5 @@ "tap": "^16.0.1"

"windowsCI": false,
"version": "4.19.0",
"version": "4.22.0",
"publish": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc