Socket
Socket
Sign inDemoInstall

@lerna/project

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/project - npm Package Compare versions

Comparing version 3.10.0 to 3.11.0

12

CHANGELOG.md

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

# [3.11.0](https://github.com/lerna/lerna/compare/v3.10.8...v3.11.0) (2019-02-08)
### Bug Fixes
* **deps:** Explicit npmlog ^4.1.2 ([571c2e2](https://github.com/lerna/lerna/commit/571c2e2))
* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
# [3.10.0](https://github.com/lerna/lerna/compare/v3.9.1...v3.10.0) (2019-01-08)

@@ -8,0 +20,0 @@

2

index.js

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

const loadJsonFile = require("load-json-file");
const log = require("libnpm/log");
const log = require("npmlog");
const pMap = require("p-map");

@@ -11,0 +11,0 @@ const path = require("path");

"use strict";
const dotProp = require("dot-prop");
const log = require("libnpm/log");
const log = require("npmlog");
const path = require("path");

@@ -6,0 +6,0 @@

{
"name": "@lerna/project",
"version": "3.10.0",
"version": "3.11.0",
"description": "Lerna project configuration",

@@ -34,4 +34,4 @@ "keywords": [

"dependencies": {
"@lerna/package": "3.7.2",
"@lerna/validation-error": "3.6.0",
"@lerna/package": "3.11.0",
"@lerna/validation-error": "3.11.0",
"cosmiconfig": "^5.0.2",

@@ -42,4 +42,4 @@ "dedent": "^0.7.0",

"globby": "^8.0.1",
"libnpm": "^2.0.1",
"load-json-file": "^4.0.0",
"npmlog": "^4.1.2",
"p-map": "^1.2.0",

@@ -49,3 +49,3 @@ "resolve-from": "^4.0.0",

},
"gitHead": "ea8ffa7eb7f63cadc8534332ac3e19f6214ea6da"
"gitHead": "45a05acf2d52a46f553fc1efadf9a32312aca82b"
}
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