Socket
Socket
Sign inDemoInstall

@lerna/project

Package Overview
Dependencies
Maintainers
4
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.0.0-beta.19 to 3.0.0-beta.20

12

CHANGELOG.md

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

<a name="3.0.0-beta.20"></a>
# [3.0.0-beta.20](https://github.com/lerna/lerna/compare/v3.0.0-beta.19...v3.0.0-beta.20) (2018-05-07)
### Features
* **project:** Upgrade cosmiconfig ([9acde7d](https://github.com/lerna/lerna/commit/9acde7d))
<a name="3.0.0-beta.19"></a>

@@ -8,0 +20,0 @@ # [3.0.0-beta.19](https://github.com/lerna/lerna/compare/v3.0.0-beta.18...v3.0.0-beta.19) (2018-05-03)

7

index.js

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

const explorer = cosmiconfig("lerna", {
js: false, // not unless we store version somewhere else...
rc: "lerna.json",
rcStrictJson: true,
sync: true,
searchPlaces: ["lerna.json", "package.json"],
transform(obj) {

@@ -48,3 +45,3 @@ // cosmiconfig returns null when nothing is found

try {
loaded = explorer.load(cwd);
loaded = explorer.searchSync(cwd);
} catch (err) {

@@ -51,0 +48,0 @@ // redecorate JSON syntax errors, avoid debug dump

{
"name": "@lerna/project",
"version": "3.0.0-beta.19",
"version": "3.0.0-beta.20",
"description": "Lerna project configuration",

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

"@lerna/validation-error": "^3.0.0-beta.10",
"cosmiconfig": "^4.0.0",
"cosmiconfig": "^5.0.2",
"dedent": "^0.7.0",

@@ -43,7 +43,6 @@ "dot-prop": "^4.2.0",

"npmlog": "^4.1.2",
"require-from-string": "2.0.1",
"resolve-from": "^4.0.0",
"write-json-file": "^2.3.0"
},
"gitHead": "3574466560f600828a0f288cec8d137a21404f15"
"gitHead": "ca46d62c0db8c289f58a08bcd8447fcfb6b2f92b"
}
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