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

@shopify/cli

Package Overview
Dependencies
Maintainers
18
Versions
1416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/cli - npm Package Compare versions

Comparing version

to
0.5.1

dist/help.d.ts

7

CHANGELOG.md
# @shopify/cli
## 0.5.1
### Patch Changes
- Updated dependencies
- @shopify/cli-configs@0.6.0
## 0.5.0

@@ -4,0 +11,0 @@

13

package.json
{
"name": "@shopify/cli",
"version": "0.5.0",
"version": "0.5.1",
"private": false,

@@ -45,6 +45,6 @@ "description": "A CLI tool to build for the Shopify platform",

"@oclif/plugin-help": "^5",
"@shopify/cli-app": "^0.5.0",
"@shopify/cli-core": "^0.3.0",
"@shopify/cli-support": "^0.3.0",
"@shopify/cli-theme": "^0.3.0"
"@shopify/cli-app": "0.5.0",
"@shopify/cli-configs": "0.6.0",
"@shopify/cli-core": "0.3.0",
"@shopify/cli-theme": "0.3.0"
},

@@ -54,3 +54,3 @@ "devDependencies": {},

"engines": {
"node": "^12 || ^14 || ^16"
"node": ">=12.0.0"
},

@@ -64,2 +64,3 @@ "os": [

"bin": "shopify",
"helpClass": "./src/help",
"plugins": [

@@ -66,0 +67,0 @@ "@oclif/plugin-help",