Socket
Socket
Sign inDemoInstall

bin-links

Package Overview
Dependencies
24
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

2

lib/fix-bin.js

@@ -8,3 +8,3 @@ // make sure that bins are executable, and that they don't have

const writeFileAtomic = promisify(require('write-file-atomic'))
const writeFileAtomic = require('write-file-atomic')
const open = promisify(fs.open)

@@ -11,0 +11,0 @@ const close = promisify(fs.close)

{
"name": "bin-links",
"version": "2.2.0",
"version": "2.2.1",
"description": "JavaScript package binary linker",

@@ -29,3 +29,3 @@ "main": "index.js",

"rimraf": "^3.0.0",
"write-file-atomic": "^2.3.0"
"write-file-atomic": "^3.0.3"
},

@@ -32,0 +32,0 @@ "devDependencies": {

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