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

bin-links

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-links - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.1.2"></a>
## [1.1.2](https://github.com/npm/bin-links/compare/v1.1.1...v1.1.2) (2018-03-22)
### Bug Fixes
* **linkMans:** return the promise! ([5eccc7f](https://github.com/npm/bin-links/commit/5eccc7f))
<a name="1.1.1"></a>

@@ -7,0 +17,0 @@ ## [1.1.1](https://github.com/npm/bin-links/compare/v1.1.0...v1.1.1) (2018-03-07)

4

index.js

@@ -31,3 +31,3 @@ 'use strict'

BB.join(
return BB.join(
linkBins(pkg, folder, parent, gtop, opts),

@@ -134,3 +134,3 @@ linkMans(pkg, folder, parent, gtop, opts)

BB.map(manpages, man => {
return BB.map(manpages, man => {
if (typeof man !== 'string') return

@@ -137,0 +137,0 @@ opts.log.silly('linkMans', 'preparing to link', man)

{
"name": "bin-links",
"version": "1.1.1",
"version": "1.1.2",
"description": "JavaScript package binary linker",

@@ -5,0 +5,0 @@ "main": "index.js",

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