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

kmore-cli

Package Overview
Dependencies
Maintainers
1
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore-cli - npm Package Compare versions

Comparing version 59.5.6 to 60.0.0

4

dist/bin/kmore-cli.js

@@ -7,3 +7,3 @@ #!/usr/bin/env tsx

*/
import minimist from 'minimist';
import { retrieveArgsFromProcess } from '@waiting/shared-core';
import { genCmdHelp, helpDefault } from '../lib/helper.js';

@@ -14,3 +14,3 @@ import { runCmd } from '../lib/index.js';

let args;
const argv = minimist(process.argv.slice(2));
const argv = retrieveArgsFromProcess();
try {

@@ -17,0 +17,0 @@ args = parseCliArgs(argv);

@@ -28,3 +28,3 @@ import { CallerFuncNameSet } from 'kmore-types';

excludePathKeys?: string | string[];
/** Maxium file lines to match CallerFuncName (import), Default: 128 */
/** Maximum file lines to match CallerFuncName (import), Default: 128 */
maxScanLines?: number;

@@ -31,0 +31,0 @@ callerFuncNames?: CallerFuncNameSet;

{
"name": "kmore-cli",
"author": "waiting",
"version": "59.5.6",
"version": "60.0.0",
"description": "Command line to generate dicts from ts source files for kmore",

@@ -38,6 +38,6 @@ "keywords": [

"dependencies": {
"@waiting/shared-core": "^23.3.0",
"@waiting/shared-types": "^23.2.1",
"@waiting/shared-types-dev": "^17.0.0",
"kmore-types": "^59.5.6",
"@waiting/shared-core": "^23.6.1",
"@waiting/shared-types": "^23.6.0",
"@waiting/shared-types-dev": "^17.0.2",
"kmore-types": "^60.0.0",
"minimist": "^1.2.8",

@@ -47,4 +47,7 @@ "rxjs": "^7.8.1",

"tsconfig-resolver": "^3.0.1",
"tsx": "^4.7.1"
"tsx": "^4.9.3"
},
"devDependencies": {
"@types/minimist": "^1.2.5"
},
"engines": {

@@ -86,3 +89,3 @@ "node": ">=18.12.0"

},
"gitHead": "d79361cf7ce77af9147ad1a59e8e8a0f19a7c58f"
"gitHead": "eee5be6cf9e276649f0e26dc558251ed09b2eb0c"
}

@@ -5,3 +5,3 @@ /**

*/
import minimist from 'minimist'
import { retrieveArgsFromProcess } from '@waiting/shared-core'

@@ -15,3 +15,3 @@ import { genCmdHelp, helpDefault } from '../lib/helper.js'

let args!: CliArgs
const argv = minimist<InputOptions>(process.argv.slice(2))
const argv = retrieveArgsFromProcess()

@@ -18,0 +18,0 @@ try {

@@ -35,3 +35,3 @@ import { CallerFuncNameSet } from 'kmore-types'

excludePathKeys?: string | string[]
/** Maxium file lines to match CallerFuncName (import), Default: 128 */
/** Maximum file lines to match CallerFuncName (import), Default: 128 */
maxScanLines?: number

@@ -38,0 +38,0 @@ callerFuncNames?: CallerFuncNameSet

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