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

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 1.0.5 to 1.0.6

6

gia-ast.js

@@ -261,2 +261,8 @@ #!/usr/bin/env node

if (args[3]) { c1 = Number(args[3]); } else c1 = 0
//exit with message if c1 is larger than 99
if (c1 > 99) {
console.log("c1 value is too high. 0-99 only");
process.exit(1);
}
//if (args[4]) { c1 = Number(args[4]); } else c1 = 0

@@ -263,0 +269,0 @@

2

package.json
{
"name": "gia-ast",
"version": "1.0.5",
"version": "1.0.6",
"description": "A CLI Wrapping AST Web API calls to servers",

@@ -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