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 2.0.7 to 2.0.8

2

07.js

@@ -19,3 +19,3 @@ #!/usr/bin/env node

program
.version("1.0.0")
.version("1.0.1")
.command("yml")

@@ -22,0 +22,0 @@ .option(

@@ -94,3 +94,4 @@ /*

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

@@ -97,0 +98,0 @@ let input_pwd = "${{ secrets.FTP_PWD_" + server + " }}";

{
"name": "07-cli",
"version": "2.0.7",
"version": "2.0.8",
"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