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

medusa-dev-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-dev-cli - npm Package Compare versions

Comparing version

to
0.0.33-snapshot-20240108100013

{
"name": "medusa-dev-cli",
"description": "CLI helpers for contributors working on Medusa",
"version": "0.0.32",
"version": "0.0.33-snapshot-20240108100013",
"author": "Sebastian Rindom <skrindom@gmail.com>",

@@ -45,3 +45,3 @@ "bin": {

"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",
"test": "jest --passWithNoTests",

@@ -52,5 +52,5 @@ "build": "tsc",

"engines": {
"node": ">=12.13.0"
"node": ">=16"
},
"gitHead": "41a5425405aea5045a26def95c0dc00cf4a5a44d"
}