🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@shopify/themekit

Package Overview
Dependencies
Maintainers
24
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/themekit - npm Package Compare versions

Comparing version

to
1.1.10

2

lib/config.js

@@ -5,5 +5,5 @@ const path = require('path');

baseURL: 'https://shopify-themekit.s3.amazonaws.com',
version: '1.3.0',
version: '1.3.2',
destination: path.join(__dirname, '..', 'bin'),
binName: process.platform === 'win32' ? 'theme.exe' : 'theme'
};

@@ -6,4 +6,4 @@ {

},
"version": "1.1.9",
"description": "Node version of ThemeKit",
"version": "1.1.10",
"description": "Node wrapper around Theme Kit",
"bin": {

@@ -10,0 +10,0 @@ "shopify-themekit": "./lib/cli.js"

@@ -81,3 +81,3 @@ [![npm version](https://badge.fury.io/js/%40shopify%2Fthemekit.svg)](https://badge.fury.io/js/%40shopify%2Fthemekit)

### `command(command[, flags][, options)`
### `command(command[, flags][, options])`

@@ -84,0 +84,0 @@ Executes command with arguments using the Theme Kit binary.