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

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [2.0.4](https://github.com/waitingsong/kmore/compare/v2.0.3...v2.0.4) (2021-01-26)
**Note:** Version bump only for package kmore-cli
## [2.0.2](https://github.com/waitingsong/kmore/compare/v2.0.1...v2.0.2) (2021-01-24)
**Note:** Version bump only for package kmore-cli
## [2.0.1](https://github.com/waitingsong/kmore/compare/v2.0.0...v2.0.1) (2020-07-16)

@@ -8,0 +24,0 @@

4

dist/bin/kmore-cli.js

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

*
* @version 2.0.0
* @version 2.0.2
* @author waiting

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

const args = { ...initialCliArgs };
const cmdArr = argv._;
const cmdArr = argv._.map(value => value.toString());
args.cmd = parseCmd(cmdArr);

@@ -75,0 +75,0 @@ args.needHelp = !!argv.h;

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

*
* @version 2.0.0
* @version 2.0.2
* @author waiting

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

@@ -5,3 +5,3 @@ import { cmdSet, initialCliArgs } from './config';

const args = { ...initialCliArgs };
const cmdArr = argv._;
const cmdArr = argv._.map(value => value.toString());
args.cmd = parseCmd(cmdArr);

@@ -8,0 +8,0 @@ args.needHelp = !!argv.h;

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

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

"dependencies": {
"@waiting/shared-core": "4",
"@waiting/shared-types": "4",
"kmore-types": "^2.0.1",
"rxjs": "^6.5.2",
"yargs": "15"
"@waiting/shared-core": "5",
"@waiting/shared-types": "5",
"kmore-types": "^2.0.4",
"rxjs": "6",
"yargs": "16"
},

@@ -41,3 +41,3 @@ "devDependencies": {

"engines": {
"node": ">=10.16.0"
"node": ">=12.13.0"
},

@@ -58,2 +58,3 @@ "files": [

"test:browser": "cd .config && npm run browser && cd ..",
"test:local": "cross-env TS_NODE_PROJECT=test/tsconfig.json ../../node_modules/.bin/mocha --parallel=false",
"tsc": "tsc -p tsconfig.json",

@@ -82,9 +83,10 @@ "tsc:w": "tsc -p tsconfig.json -w"

"reporter": [
"text-summary",
"html",
"json",
"html"
"text",
"text-summary"
],
"all": true
},
"gitHead": "7785c2195e3279e849a6b6ca36a3dae2dd4311b4"
"gitHead": "528f816a67445191fb9e8bbacb5e9f3dc0846782"
}
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