New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alterior/command-line

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alterior/command-line - npm Package Compare versions

Comparing version 3.1.4 to 3.2.0

dist.esm/command-info.d.ts

2

dist/command-line-processor.js

@@ -211,3 +211,3 @@ "use strict";

term.writeLine(`Unknown option: ${arg}`);
term.writeLine(JSON.stringify(this._options));
//term.writeLine(JSON.stringify(this._options));
this.exit(1);

@@ -214,0 +214,0 @@ }

{
"name": "@alterior/command-line",
"version": "3.1.4",
"version": "3.2.0",
"description": "Tools for building command line tools using Alterior",

@@ -35,3 +35,3 @@ "main": "dist/index.js",

"homepage": "https://github.com/alterior-mvc/alterior#readme",
"gitHead": "b5836bcd8c2bbbb7cea6902ce7d3a7a2b402d597"
"gitHead": "5b853c5046e4d50d353e0b6f1ad2feef2b9529bb"
}

@@ -264,3 +264,3 @@ import { Terminal } from "./terminal";

term.writeLine(`Unknown option: ${arg}`);
term.writeLine(JSON.stringify(this._options));
//term.writeLine(JSON.stringify(this._options));
this.exit(1);

@@ -267,0 +267,0 @@ }

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