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

@lerna-lite/cli

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/cli - npm Package Compare versions

Comparing version 3.8.0 to 3.9.0

8

package.json
{
"name": "@lerna-lite/cli",
"description": "Lerna-Lite CLI for the Version/Publish commands",
"version": "3.8.0",
"version": "3.9.0",
"bin": {

@@ -36,4 +36,4 @@ "lerna": "dist/cli.js"

"dependencies": {
"@lerna-lite/core": "3.8.0",
"@lerna-lite/init": "3.8.0",
"@lerna-lite/core": "3.9.0",
"@lerna-lite/init": "3.9.0",
"@lerna-lite/npmlog": "3.8.0",

@@ -66,3 +66,3 @@ "dedent": "^1.5.3",

},
"gitHead": "c65708af1e55d42fd06b5e38e2fc32fce8ecbfc3"
"gitHead": "8d028847e8237a9b8ab94e36b23050aae219629c"
}

@@ -6,3 +6,12 @@ {

"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"description": "The JSON schema version used to validate this configuration file"
},
"extends": {
"type": "string",
"description": "A shareable configuration preset that will be used as the base for this configuration"
},
"version": {

@@ -9,0 +18,0 @@ "type": "string",

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