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

07-cli

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

07-cli - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

commands/yml.js

@@ -93,3 +93,3 @@ /*

let input_host = "${{ secrets.FTP_HOST_" + server + " }}";
let input_serverDir = `umbraco/${serverDir}/www/build/`;
let input_serverDir = `umbraco/w${serverDir}/www/build/`;
let input_usr = "${{ secrets.FTP_USR_" + server + " }}";

@@ -142,2 +142,4 @@ let input_pwd = "${{ secrets.FTP_PWD_" + server + " }}";

"server-dir": input_serverDir,
"state-name":
"../.ftp-deploy-sync-state.json",
username: input_usr,

@@ -144,0 +146,0 @@ password: input_pwd,

{
"name": "07-cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "A command line tool for 07 organization",

@@ -5,0 +5,0 @@ "main": "index.js",

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