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 5.0.0 to 5.1.0

4

dist/bin/kmore-cli.js

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

*
* @version 4.1.0
* @version 5.0.0
* @author waiting

@@ -321,3 +321,3 @@ * @license MIT

/* eslint-disable node/no-process-exit */
// @ts-nocheck
// log(yargs.argv)

@@ -324,0 +324,0 @@ let args;

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

*
* @version 4.1.0
* @version 5.0.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

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

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

"dependencies": {
"@waiting/shared-core": "9",
"@waiting/shared-types": "9",
"@waiting/shared-core": "10",
"@waiting/shared-types": "10",
"@waiting/shared-types-dev": "2",
"kmore-types": "^5.0.0",
"kmore-types": "^5.1.0",
"rxjs": "7",

@@ -100,3 +100,3 @@ "rxwalker": "4",

},
"gitHead": "7740d1d9290b3a47bfabf9f7e5fdaa9058b48dda"
"gitHead": "900e6853fd6c8d6cb0d874caf3fde493f38ee043"
}

@@ -0,1 +1,2 @@

// @ts-nocheck
/* eslint-disable node/no-process-exit */

@@ -16,2 +17,3 @@ /**

try {

@@ -18,0 +20,0 @@ args = parseCliArgs(yargs.argv)

@@ -0,1 +1,3 @@

// @ts-nocheck
/* eslint-disable @typescript-eslint/no-unsafe-call */
import yargs from 'yargs'

@@ -2,0 +4,0 @@

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