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 to 3.0.5

12

CHANGELOG.md

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

<a name="3.0.5"></a>
## [3.0.5](https://github.com/lerna/lerna/compare/v3.0.4...v3.0.5) (2018-08-15)
### Bug Fixes
* **options:** Provide -y alias for --yes ([3ea460c](https://github.com/lerna/lerna/commit/3ea460c))
<a name="3.0.0"></a>

@@ -8,0 +20,0 @@ # [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10)

3

command.js

@@ -78,5 +78,6 @@ "use strict";

},
yes: {
y: {
group: "Command Options:",
describe: "Skip all prompts, accepting default values",
alias: "yes",
type: "boolean",

@@ -83,0 +84,0 @@ },

{
"name": "@lerna/create",
"version": "3.0.0",
"version": "3.0.5",
"description": "Create a new lerna-managed package",

@@ -36,3 +36,3 @@ "keywords": [

"@lerna/child-process": "^3.0.0",
"@lerna/command": "^3.0.0",
"@lerna/command": "^3.0.5",
"@lerna/npm-conf": "^3.0.0",

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

},
"gitHead": "0c40a17a7cd4e9acd8e7ec33ffacd1c1acef5dc6"
"gitHead": "882b52eb4eec60f161c77feb0bb175efea0f2909"
}
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