Comparing version 1.1.1 to 1.1.2
@@ -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) |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19134
0