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.1.2 to 3.6.0

11

CHANGELOG.md

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

# [3.6.0](https://github.com/lerna/lerna/compare/v3.5.1...v3.6.0) (2018-12-07)
### Features
* Migrate existing usage to libnpm ([0d3a786](https://github.com/lerna/lerna/commit/0d3a786)), closes [#1767](https://github.com/lerna/lerna/issues/1767)
<a name="3.1.2"></a>

@@ -8,0 +19,0 @@ ## [3.1.2](https://github.com/lerna/lerna/compare/v3.1.1...v3.1.2) (2018-08-20)

2

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

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

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

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

"dependencies": {
"@lerna/validation-error": "^3.0.0",
"npm-package-arg": "^6.0.0",
"@lerna/validation-error": "^3.6.0",
"libnpm": "^2.0.1",
"semver": "^5.5.0"
},
"gitHead": "6abc0c95ae6fc6e613e74618d86a060ae218938c"
"gitHead": "8cc3196014f6fe8c9b41477b975c527d017a3daf"
}

Sorry, the diff of this file is not supported yet

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