Socket
Socket
Sign inDemoInstall

@lerna/symlink-dependencies

Package Overview
Dependencies
71
Maintainers
2
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.7.2 to 3.8.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.8.1](https://github.com/lerna/lerna/compare/v3.8.0...v3.8.1) (2018-12-31)
**Note:** Version bump only for package @lerna/symlink-dependencies
## [3.7.2](https://github.com/lerna/lerna/compare/v3.7.1...v3.7.2) (2018-12-21)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@lerna/symlink-dependencies",
"version": "3.7.2",
"version": "3.8.1",
"description": "Lerna's internal symlinking tool",

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

},
"gitHead": "52796f674ad3f2642270e942e96443437c54ff72"
"gitHead": "00a372e194e23674fc0b7e94cc0f5ee799a13036"
}

@@ -20,8 +20,6 @@ "use strict";

* @param {Object} packageGraph
* @param {Object} logger
* @param {Tracker} tracker
* @returns {Promise}
*/
function symlinkDependencies(packages, packageGraph, logger) {
const tracker = logger.newItem("symlink packages");
function symlinkDependencies(packages, packageGraph, tracker) {
tracker.info("", "Symlinking packages and binaries");

@@ -28,0 +26,0 @@ tracker.addWork(packages.length);

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