Socket
Socket
Sign inDemoInstall

@lerna/create

Package Overview
Dependencies
Maintainers
4
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/create - npm Package Compare versions

Comparing version 3.0.0-beta.12 to 3.0.0-beta.13

12

CHANGELOG.md

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

<a name="3.0.0-beta.13"></a>
# [3.0.0-beta.13](https://github.com/lerna/lerna/compare/v3.0.0-beta.12...v3.0.0-beta.13) (2018-03-31)
### Features
* Enable progress bars only when necessary ([b766c83](https://github.com/lerna/lerna/commit/b766c83))
<a name="3.0.0-beta.12"></a>

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

3

index.js

@@ -52,5 +52,2 @@ "use strict";

// disable progress so promzard doesn't get ganked
this.logger.disableProgress();
// npm-package-arg handles all the edge-cases with scopes

@@ -57,0 +54,0 @@ const { name, scope } = npa(pkgName);

{
"name": "@lerna/create",
"version": "3.0.0-beta.12",
"version": "3.0.0-beta.13",
"description": "Create a new lerna-managed package",

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

"dependencies": {
"@lerna/child-process": "^3.0.0-beta.12",
"@lerna/command": "^3.0.0-beta.12",
"@lerna/child-process": "^3.0.0-beta.13",
"@lerna/command": "^3.0.0-beta.13",
"@lerna/npm-conf": "^3.0.0-beta.12",

@@ -52,3 +52,3 @@ "@lerna/validation-error": "^3.0.0-beta.10",

},
"gitHead": "05dce5c0e4bca8dc894a99ed28337c85c211b37c"
"gitHead": "4cae54bce76bf156e71a2881418104c442f97c62"
}
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