Socket
Socket
Sign inDemoInstall

gia-ast

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gia-ast - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

gia-ast-util/build.sh

10

gia-ast-meta.js

@@ -31,4 +31,4 @@ #!/usr/bin/env node

AST Web API Stylizer CLI Wrapper
by Guillaume D-Isabelle, 2022-06-11
Version 0.3.13
by Guillaume D-Isabelle, 2023-02-01
Version 0.4.1
--------------------------------------

@@ -44,5 +44,5 @@ -------------HELP----------------------

usage :
gia-ast-meta mycontent.jpg 91
gia-ast-meta mycontent.jpg 01
gia-ast-meta mycontent.jpg 12 1280 2048 -1 -a
gia-ast-meta mycontent.jpg 9091
gia-ast-meta mycontent.jpg 9001
gia-ast-meta mycontent.jpg 9112 1280 2048 -1 -a

@@ -49,0 +49,0 @@ ------------------------------

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

export astoutsuffix="__stylized__"
export astportbase=90
#export astportbase=90 #DEPRECATED, use full port ex. 9001,7860
# Using two digits will use the portbase anyway
export astcallprotocol="http"

@@ -238,3 +239,7 @@ export astcallmethod="stylize"

console.log("TargetOutput: " + targetOutput);
var portnum = config.portbase + modelid;
var portnum = modelid;
//if length is 2, we will use the full port number
if (modelid.length == 2)
portnum = config.portbase + modelid;

@@ -241,0 +246,0 @@ const callurl = config.callprotocol + "://" + config.hostname + ":" + portnum + "/" + config.callmethod.replace("/", "");

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/bin/env node

@@ -0,0 +0,0 @@ {

{
"name": "gia-ast",
"version": "0.4.0",
"version": "0.4.1",
"description": "A CLI Wrapping AST Web API calls to servers",

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

@@ -0,1 +1,8 @@

# --@STCGoal migrating from : https://github.com/GuillaumeAI/x__etch-a-sketch__210224
# Work in progress CLI for my AStia Project

@@ -2,0 +9,0 @@

@@ -0,0 +0,0 @@ --image_size

@@ -0,0 +0,0 @@ #!/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ #!/usr/bin/env node

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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