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

ts-command-line-args

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-command-line-args - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ module.exports = {

{
"typescript.tsdk": "node_modules\\typescript\\lib"
}

@@ -0,0 +0,0 @@ export declare type ArgumentConfig<T extends {

"use strict";
/* eslint-disable @typescript-eslint/no-explicit-any */
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { ArgumentConfig, ArgumentOptions, TypeConstructor } from './contracts';

@@ -0,0 +0,0 @@ "use strict";

export * from './parse';
export * from './contracts';

@@ -0,0 +0,0 @@ "use strict";

import { ArgumentConfig, ParseOptions, UnkownProperties } from './contracts';
export declare function parse<T, P extends ParseOptions<T> = ParseOptions<T>>(config: ArgumentConfig<T>, options?: P, exitProcess?: boolean): T & UnkownProperties<P>;

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "ts-command-line-args",
"version": "1.0.2",
"version": "1.0.3",
"description": "A thin Typescript wrapper around command-line-args",

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

@@ -0,0 +0,0 @@ # ts-command-line-args

@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/ban-ts-comment */

@@ -0,0 +0,0 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

@@ -0,0 +0,0 @@ import { createCommandLineConfig, normaliseConfig } from './helpers';

@@ -0,0 +0,0 @@ import { PropertyOptions, ArgumentConfig, ArgumentOptions, TypeConstructor } from './contracts';

export * from './parse';
export * from './contracts';

@@ -0,0 +0,0 @@ import { ArgumentConfig } from './contracts';

@@ -0,0 +0,0 @@ import { ArgumentConfig, ParseOptions, UnkownProperties } from './contracts';

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

@@ -0,0 +0,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