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

kmore-cli

Package Overview
Dependencies
Maintainers
0
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 67.0.0 to 67.0.1

2

dist/index.d.ts
export * from './lib/index.js';
export * from './lib/types.js';
export type * from './lib/types.js';
//# sourceMappingURL=index.d.ts.map
export * from './lib/index.js';
export * from './lib/types.js';
//# sourceMappingURL=index.js.map

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

import type { RunCmdArgs, FilePath } from './types.js';
import type { FilePath, RunCmdArgs } from './types.js';
export declare function runCmd(args: RunCmdArgs): Promise<FilePath[]>;
//# sourceMappingURL=index.d.ts.map

@@ -11,3 +11,2 @@ import { buildSource } from './transformer.js';

default:
// eslint-disable-next-line @typescript-eslint/restrict-template-expressions
throw new Error(`invalid cmd: "${cmd}"`);

@@ -14,0 +13,0 @@ }

@@ -6,5 +6,5 @@ import assert from 'node:assert';

import { createSourceFile, transformCallExpressionToLiteralType, } from '@waiting/shared-types-dev';
import { from as ofrom, of, iif, tap, lastValueFrom } from 'rxjs';
import { map, mergeMap, filter } from 'rxjs/operators';
import { walk, EntryType } from 'rxwalker';
import { from as ofrom, iif, lastValueFrom, of, tap } from 'rxjs';
import { filter, map, mergeMap } from 'rxjs/operators';
import { EntryType, walk } from 'rxwalker';
import { CacheStrategy, tsconfigResolver } from 'tsconfig-resolver';

@@ -52,3 +52,2 @@ import { globalCallerFuncNameSet, initOptions } from './config.js';

for (const path of paths) {
// eslint-disable-next-line no-await-in-loop
const file = await buildFile(path, opts.project, options.format, opts.callerFuncNames);

@@ -55,0 +54,0 @@ const file2 = file.trim();

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

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

"@waiting/shared-types-dev": "^18.0.4",
"kmore-types": "^67.0.0",
"kmore-types": "^67.0.1",
"minimist": "^1.2.8",

@@ -88,3 +88,3 @@ "rxjs": "^7.8.1",

},
"gitHead": "1e77d5aee9880854550a0bac9fd2bf4145b24aec"
"gitHead": "3914d3e23d445481cd99ad58924d5c1c39814bf6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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