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

@anycli/parser

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anycli/parser - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="3.2.1"></a>
## [3.2.1](https://github.com/anycli/parser/compare/66ffd65db6fcaf1be306194bb65e73c973979e3c...v3.2.1) (2018-02-03)
### Bug Fixes
* rename ParserInput to Input and ParserOutput to Output ([f46fa41](https://github.com/anycli/parser/commit/f46fa41))
<a name="3.2.0"></a>

@@ -2,0 +10,0 @@ # [3.2.0](https://github.com/anycli/parser/compare/85c1e06baa2f10cc1ae3186aec1480a3a543d75c...v3.2.0) (2018-02-03)

8

lib/index.d.ts
import * as args from './args';
import { OutputArgs, OutputFlags, ParserOutput } from './parse';
import { OutputArgs, OutputFlags, ParserOutput as Output } from './parse';
export { args };

@@ -7,3 +7,3 @@ import * as flags from './flags';

export { flagUsages } from './help';
export declare type ParserInput<TFlags extends flags.Output> = {
export declare type Input<TFlags extends flags.Output> = {
flags?: flags.Input<TFlags>;

@@ -17,3 +17,3 @@ args?: args.Input;

[name: string]: string;
}>(argv: string[], options: ParserInput<TFlags>): ParserOutput<TFlags, TArgs>;
export { OutputFlags, OutputArgs, ParserOutput };
}>(argv: string[], options: Input<TFlags>): Output<TFlags, TArgs>;
export { OutputFlags, OutputArgs, Output };
{
"name": "@anycli/parser",
"description": "arg and flag parser for anycli",
"version": "3.2.0",
"version": "3.2.1",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/anycli/parser/issues",

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