Socket
Socket
Sign inDemoInstall

@lerna/create

Package Overview
Dependencies
Maintainers
2
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 6.5.0-alpha.2 to 6.5.0

7

CHANGELOG.md

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

# [6.5.0-alpha.2](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0-alpha.2) (2023-02-05)
# [6.5.0](https://github.com/lerna/lerna/compare/v6.4.1...6.5.0) (2023-02-13)
**Note:** Version bump only for package @lerna/create
### Bug Fixes
* **create:** normalize quotes and indents in generated test and lib files ([#3529](https://github.com/lerna/lerna/issues/3529)) ([ad39fe2](https://github.com/lerna/lerna/commit/ad39fe2e4ca4e76cb7be6af83e8fbbc60d0935ce))
## [6.4.1](https://github.com/lerna/lerna/compare/v6.4.0...v6.4.1) (2023-01-12)

@@ -16,0 +19,0 @@

{
"name": "@lerna/create",
"version": "6.5.0-alpha.2",
"version": "6.5.0",
"description": "Create a new lerna-managed package",

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

"dependencies": {
"@lerna/child-process": "6.5.0-alpha.2",
"@lerna/child-process": "6.5.0",
"dedent": "^0.7.0",

@@ -70,3 +70,3 @@ "fs-extra": "^9.1.0",

},
"gitHead": "6b50725267b830d5079e6de739ba2fb1cabe5423"
"gitHead": "02c534e3796150ac564c57aa5a248c7bdf7835ab"
}

@@ -37,3 +37,4 @@ # `lerna create`

--license The desired package license (SPDX identifier) [default: ISC]
--private Make the new package private, never published
--private Make the new package private, indicating that it
should not be published.
--registry Configure the package's publishConfig.registry [string]

@@ -40,0 +41,0 @@ --tag Configure the package's publishConfig.tag [string]

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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