Socket
Socket
Sign inDemoInstall

@lerna/package-graph

Package Overview
Dependencies
Maintainers
2
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.10.6 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 npm-package-arg ^6.1.0 ([4b20791](https://github.com/lerna/lerna/commit/4b20791))
* **deps:** Remove unused libnpm (replaced by direct sub-packages) ([1caeb28](https://github.com/lerna/lerna/commit/1caeb28))
## [3.10.6](https://github.com/lerna/lerna/compare/v3.10.5...v3.10.6) (2019-01-19)

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

2

index.js
"use strict";
const npa = require("libnpm/parse-arg");
const npa = require("npm-package-arg");
const semver = require("semver");

@@ -5,0 +5,0 @@ const ValidationError = require("@lerna/validation-error");

{
"name": "@lerna/package-graph",
"version": "3.10.6",
"version": "3.11.0",
"description": "Lerna's internal representation of a package graph",

@@ -33,7 +33,7 @@ "keywords": [

"dependencies": {
"@lerna/validation-error": "3.6.0",
"libnpm": "^2.0.1",
"@lerna/validation-error": "3.11.0",
"npm-package-arg": "^6.1.0",
"semver": "^5.5.0"
},
"gitHead": "5a7392e59e6ae5ee8aea10467ffb4b12f3b1e3d1"
"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