New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lerna-lite/init

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna-lite/init - npm Package Compare versions

Comparing version

to
3.11.0

10

package.json
{
"name": "@lerna-lite/init",
"description": "Lerna-Lite init commmand - Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
"version": "3.10.1",
"version": "3.11.0",
"files": [

@@ -22,3 +22,3 @@ "/dist"

"type": "git",
"url": "https://github.com/lerna-lite/lerna-lite.git",
"url": "git+https://github.com/lerna-lite/lerna-lite.git",
"directory": "packages/init"

@@ -33,8 +33,8 @@ },

"dependencies": {
"@lerna-lite/core": "3.10.1",
"@lerna-lite/core": "3.11.0",
"fs-extra": "^11.2.0",
"p-map": "^7.0.2",
"p-map": "^7.0.3",
"write-json-file": "^6.0.0"
},
"gitHead": "a91533e4b898d24e4ae844a74e74fd210d9ec716"
"gitHead": "2cf5915b05caeb82aa5d60cc9ca21df0892c183b"
}