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.4.1 to 6.4.2-beta.0

CHANGELOG.md

44

package.json
{
"name": "@lerna/create",
"version": "6.4.1",
"version": "6.4.2-beta.0",
"description": "Create a new lerna-managed package",

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

"files": [
"command.js",
"index.js",
"lib"
"dist",
"README.md",
"CHANGELOG.md"
],
"main": "index.js",
"main": "./dist/index.js",
"engines": {

@@ -31,12 +31,6 @@ "node": "^14.15.0 || >=16.0.0"

"url": "git+https://github.com/lerna/lerna.git",
"directory": "commands/create"
"directory": "packages/legacy-structure/commands/create"
},
"scripts": {
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@lerna/child-process": "6.4.1",
"@lerna/command": "6.4.1",
"@lerna/npm-conf": "6.4.1",
"@lerna/validation-error": "6.4.1",
"@lerna/child-process": "6.4.2-beta.0",
"dedent": "^0.7.0",

@@ -55,3 +49,25 @@ "fs-extra": "^9.1.0",

},
"gitHead": "a5217c6b0e06ab1e28845be04a1bdbe4d0c093ab"
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./command": {
"import": "./dist/command.js",
"require": "./dist/command.js"
},
"./lib/builtin-npmrc": {
"import": "./dist/lib/builtin-npmrc.js",
"require": "./dist/lib/builtin-npmrc.js"
},
"./lib/cat-file": {
"import": "./dist/lib/cat-file.js",
"require": "./dist/lib/cat-file.js"
},
"./lib/lerna-module-data": {
"import": "./dist/lib/lerna-module-data.js",
"require": "./dist/lib/lerna-module-data.js"
}
},
"gitHead": "d8ff988205dfc596d55cab91477b5719460e9fa4"
}
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