Socket
Socket
Sign inDemoInstall

@hubspot/cms-cli

Package Overview
Dependencies
Maintainers
11
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/cms-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4-beta.0

4

commands/watch.js

@@ -39,6 +39,7 @@ const fs = require('fs');

.option('--remove', 'remove remote files when removed locally')
.option('--disable-initial', 'disable initial upload of watched directory')
.action(async (src, dest, command = {}) => {
setLogLevel(command);
logDebugInfo(command);
const { config: configPath, remove } = command;
const { config: configPath, remove, disableInitial } = command;
loadConfig(configPath);

@@ -81,2 +82,3 @@

remove,
disableInitial,
});

@@ -83,0 +85,0 @@ });

{
"name": "@hubspot/cms-cli",
"version": "1.0.3",
"version": "1.0.4-beta.0",
"description": "CLI for interacting with the HubSpot CMS",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"@hubspot/api-auth-lib": "^1.0.2",
"@hubspot/cms-lib": "^1.0.3",
"@hubspot/cms-lib": "^1.0.4-beta.0",
"commander": "^2.16.0",

@@ -29,3 +29,3 @@ "inquirer": "^6.3.1",

},
"gitHead": "0e84fd60692bc8393a6b1a667b36cf609f545dbe"
"gitHead": "4d48534255d9241c64bd1b7477effd18fdeb1239"
}
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