Socket
Socket
Sign inDemoInstall

@lerna/package-graph

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/package-graph - npm Package Compare versions

Comparing version 3.0.0-beta.18 to 3.0.0-rc.0

LICENSE

12

CHANGELOG.md

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

<a name="3.0.0-rc.0"></a>
# [3.0.0-rc.0](https://github.com/lerna/lerna/compare/v3.0.0-beta.21...v3.0.0-rc.0) (2018-07-27)
### Features
* **package-graph:** Add `rawPackageList` getter ([0ad5faf](https://github.com/lerna/lerna/commit/0ad5faf))
<a name="3.0.0-beta.18"></a>

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

4

index.js

@@ -101,2 +101,6 @@ "use strict";

get rawPackageList() {
return Array.from(this.values()).map(node => node.pkg);
}
/**

@@ -103,0 +107,0 @@ * Takes a list of Packages and returns a list of those same Packages with any Packages

6

package.json
{
"name": "@lerna/package-graph",
"version": "3.0.0-beta.18",
"description": "TODO",
"version": "3.0.0-rc.0",
"description": "Lerna's internal representation of a package graph",
"keywords": [

@@ -36,3 +36,3 @@ "lerna",

},
"gitHead": "7995561e8d010d9fa2e59109b57b9ad8573baba1"
"gitHead": "1ab24c152d3ff5c2b9453bcaafeb4b5e432b2410"
}
# `@lerna/package-graph`
> description TODO
> Lerna's internal representation of a package graph
## Usage
TODO
You probably shouldn't, at least directly.
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI.
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