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 6.1.0 to 6.2.0

2

index.js

@@ -69,2 +69,3 @@ "use strict";

config: {},
configNotFound: true,
// path.resolve(".", ...) starts from process.cwd()

@@ -100,2 +101,3 @@ filepath: path.resolve(cwd || ".", "lerna.json"),

this.config = loaded.config;
this.configNotFound = loaded.configNotFound;
this.rootConfigLocation = loaded.filepath;

@@ -102,0 +104,0 @@ this.rootPath = path.dirname(loaded.filepath);

8

package.json
{
"name": "@lerna/project",
"version": "6.1.0",
"version": "6.2.0",
"description": "Lerna project configuration",

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

"dependencies": {
"@lerna/package": "6.1.0",
"@lerna/validation-error": "6.1.0",
"@lerna/package": "6.2.0",
"@lerna/validation-error": "6.2.0",
"cosmiconfig": "^7.0.0",

@@ -50,3 +50,3 @@ "dedent": "^0.7.0",

},
"gitHead": "05ad1860e2da7fc16c9c0a072c9389e94792ab64"
"gitHead": "e057f56e15562496249d8d0a1e3516bd507536fd"
}
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