Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/create

Package Overview
Dependencies
Maintainers
2
Versions
145
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.1 to 6.6.0

4

CHANGELOG.md

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

# [6.6.0](https://github.com/lerna/lerna/compare/6.5.1...6.6.0) (2023-03-23)
**Note:** Version bump only for package @lerna/create
## [6.5.1](https://github.com/lerna/lerna/compare/6.5.0...6.5.1) (2023-02-14)

@@ -8,0 +12,0 @@

@@ -19,2 +19,6 @@ var __create = Object.create;

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -21,0 +25,0 @@ mod

@@ -19,2 +19,6 @@ var __create = Object.create;

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -21,0 +25,0 @@ mod

6

package.json
{
"name": "@lerna/create",
"version": "6.5.1",
"version": "6.6.0",
"description": "Create a new lerna-managed package",

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

"dependencies": {
"@lerna/child-process": "6.5.1",
"@lerna/child-process": "6.6.0",
"dedent": "^0.7.0",

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

},
"gitHead": "0a7ac45bb2b6322e6f20f37c2aa04eae74b553c8"
"gitHead": "43afbf83a55698b0e6f8745753a87c7863f0e4c5"
}

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