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 58.0.0 to 58.0.1

2

dist/bin/kmore-cli.js

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

#!/usr/bin/env tsx
/* eslint-disable node/no-process-exit */

@@ -2,0 +4,0 @@ /**

10

package.json
{
"name": "kmore-cli",
"author": "waiting",
"version": "58.0.0",
"version": "58.0.1",
"description": "Command line to generate dicts from ts source files for kmore",

@@ -41,3 +41,3 @@ "keywords": [

"@waiting/shared-types-dev": "^14.3.3",
"kmore-types": "^58.0.0",
"kmore-types": "^58.0.1",
"minimist": "^1.2.8",

@@ -70,3 +70,3 @@ "rxjs": "^7.8.0",

"scripts": {
"build": "npm run tsc && tsc-alias",
"build": "npm run tsc && tsc-alias && npm run rp",
"clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",

@@ -81,7 +81,7 @@ "clean:cache": "rm -rf .eslintcache .tsbuildinfo",

"pretest": "npm run build",
"rp": "rollup -c rollup.config.js --context this",
"rp": "tsx bin-hashbang.js",
"test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false -r=test/root.hooks.ts",
"tsc": "tsc -b"
},
"gitHead": "3a5eb8c88ac278727ed0684b5c65bd966a9defe6"
"gitHead": "bd9a4fd2b0d4cfc7a00f146ed92415064e21f088"
}
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