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 0.13.0 to 0.13.1

8

CHANGELOG.md

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

## [0.13.1](https://github.com/waitingsong/kmore-cli/compare/v0.13.0...v0.13.1) (2019-11-17)
**Note:** Version bump only for package kmore-cli
# [0.13.0](https://github.com/waitingsong/kmore-cli/compare/v0.12.0...v0.13.0) (2019-10-15)

@@ -8,0 +16,0 @@

2

dist/bin/kmore-cli.js

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

*
* @version 0.12.0
* @version 0.13.0
* @author waiting

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

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

*
* @version 0.12.0
* @version 0.13.0
* @author waiting

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

{
"name": "kmore-cli",
"author": "waiting",
"version": "0.13.0",
"version": "0.13.1",
"description": "Command line to generate config of tables from ts types file for kmore",

@@ -31,9 +31,9 @@ "keywords": [

"@waiting/shared-core": "3",
"@waiting/shared-types": "1",
"kmore-types": "^0.13.0",
"@waiting/shared-types": "3",
"kmore-types": "^0.13.1",
"rxjs": "^6.5.2",
"yargs": "14"
"yargs": "15"
},
"devDependencies": {
"cross-env": "5"
"cross-env": "6"
},

@@ -43,2 +43,5 @@ "engines": {

},
"files": [
"dist"
],
"scripts": {

@@ -49,4 +52,4 @@ "build": "npm run tsc && npm run rp",

"cov": "cross-env TS_NODE_PROJECT=test/tsconfig.json nyc mocha",
"lint": "eslint --fix {src,test}/**/*.ts",
"lint:nofix": "eslint {src,test}/**/*.ts",
"lint": "eslint --fix --cache {src,test}/**/*.ts",
"lint:nofix": "eslint --cache {src,test}/**/*.ts",
"rp": "rollup -c rollup.config.js",

@@ -85,3 +88,3 @@ "rp:w": "npm run tsc:w | rollup -wc rollup.config.js",

},
"gitHead": "8d15ea1efdafc2fecfc43a832c73b4b8e834a853"
"gitHead": "587cab4dc8cc36937a7c338c4e0d6530faf83ca5"
}
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