Socket
Socket
Sign inDemoInstall

@lerna/command

Package Overview
Dependencies
Maintainers
2
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/command - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

11

CHANGELOG.md

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

# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)
### Features
* Migrate existing usage to libnpm ([0d3a786](https://github.com/lerna/lerna/commit/0d3a786)), closes [#1767](https://github.com/lerna/lerna/issues/1767)
# [3.5.0](https://github.com/lerna/lerna/compare/v3.4.3...v3.5.0) (2018-11-27)

@@ -8,0 +19,0 @@

2

index.js

@@ -6,3 +6,3 @@ "use strict";

const execa = require("execa");
const log = require("npmlog");
const log = require("libnpm/log");

@@ -9,0 +9,0 @@ const PackageGraph = require("@lerna/package-graph");

"use strict";
const log = require("npmlog");
const log = require("libnpm/log");

@@ -5,0 +5,0 @@ module.exports = logPackageError;

"use strict";
const log = require("npmlog");
const log = require("libnpm/log");
const ChildProcessUtilities = require("@lerna/child-process");

@@ -5,0 +5,0 @@

{
"name": "@lerna/command",
"version": "3.5.0",
"version": "3.6.0",
"description": "Lerna's internal base class for commands",

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

"@lerna/child-process": "^3.3.0",
"@lerna/package-graph": "^3.1.2",
"@lerna/project": "^3.5.0",
"@lerna/validation-error": "^3.0.0",
"@lerna/write-log-file": "^3.0.0",
"@lerna/package-graph": "^3.6.0",
"@lerna/project": "^3.6.0",
"@lerna/validation-error": "^3.6.0",
"@lerna/write-log-file": "^3.6.0",
"dedent": "^0.7.0",
"execa": "^1.0.0",
"is-ci": "^1.0.10",
"lodash": "^4.17.5",
"npmlog": "^4.1.2"
"libnpm": "^2.0.1",
"lodash": "^4.17.5"
},
"gitHead": "1c142db1ecb50120f0ddce8ff8a7d9cde1bee278"
"gitHead": "8cc3196014f6fe8c9b41477b975c527d017a3daf"
}
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