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 2.0.1 to 2.0.2

2

dist/write-markdown.js

@@ -32,3 +32,3 @@ #!/usr/bin/env node

case 'verify_nonMatch':
console.warn(chalk_1.default.yellow(string_format_1.default(args.verifyMessage || "'{relativePath}' file out of date. Rerun write-markdown to update.", {
console.warn(chalk_1.default.yellow(string_format_1.default(args.verifyMessage || "'" + relativePath + "' file out of date. Rerun write-markdown to update.", {
fileName: relativePath,

@@ -35,0 +35,0 @@ })));

{
"name": "ts-command-line-args",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Typescript wrapper around command-line-args with additional support for markdown usage guide generation",

@@ -5,0 +5,0 @@ "bin": {

@@ -38,5 +38,8 @@ #!/usr/bin/env node

chalk.yellow(
format(args.verifyMessage || `'{relativePath}' file out of date. Rerun write-markdown to update.`, {
fileName: relativePath,
}),
format(
args.verifyMessage || `'${relativePath}' file out of date. Rerun write-markdown to update.`,
{
fileName: relativePath,
},
),
),

@@ -43,0 +46,0 @@ );

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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