Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

gia-ast

Package Overview
Dependencies
131
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

9

gia-ast-meta.js

@@ -384,9 +384,10 @@ #!/bin/env node

targetOutput = imgFileNameOnly
targetOutput = (imgFileNameOnly
+ "__"
+ modelid
+ "_"
+ mtag
+ xtraModelID
+ ext;
+ mtag
+ xtraModelID
+ ext).replace("_-","_")
;
// targetOutput = imgFileNameOnly + "__" + mtag + autosuffixSuffix + modelid + ext;

@@ -393,0 +394,0 @@ //process.exit(1);

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc