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

@ordergroove/smi-serve

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ordergroove/smi-serve - npm Package Compare versions

Comparing version 1.9.4 to 1.9.5

src/push-theme.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.9.5](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.4...@ordergroove/smi-serve@1.9.5) (2024-11-13)
**Note:** Version bump only for package @ordergroove/smi-serve
## [1.9.4](https://github.com/ordergroove/plush-toys/compare/@ordergroove/smi-serve@1.9.3...@ordergroove/smi-serve@1.9.4) (2024-11-11)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@ordergroove/smi-serve",
"version": "1.9.4",
"version": "1.9.5",
"description": "Utility to serve a Subscription Manager template locally",

@@ -38,3 +38,3 @@ "keywords": [],

},
"gitHead": "b395503cfeafe2043079a72bbb6365150d943280"
"gitHead": "650556b3c6597053a1d8040bad47986358c84bf6"
}

@@ -12,7 +12,7 @@ #!/usr/bin/env node

const { cliCallSelectMerchant } = require('./src/select-merchant');
const { cliPullTheme } = require('./src/pull-theme');
const { cliPullTheme, getMerchantThemes } = require('./src/pull-theme');
const { deploy } = require('./src/deploy');
const { cliPushTheme } = require('./src/push-theme');
const { init, DirNotEmpty, OG_RC_FILE } = require('./src/init');
const { serve } = require('./src/serve');
const { getMerchantThemes } = require('./src/pull-theme');

@@ -64,3 +64,3 @@ function box(text) {

Env: ${args.env}
. Live theme: ${liveTheme.name}
Live theme: ${liveTheme.name}
Selected theme: ${merchant.selectedTheme?.name || 'N/A'}\

@@ -130,2 +130,7 @@ `)

})
.command({
command: 'push-theme',
describe: 'Push the theme data for the selected merchant',
handler: wrapHandler(cliPushTheme)
})
.option('verbose', {

@@ -132,0 +137,0 @@ alias: 'v',

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