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

kmore-types

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore-types - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

8

CHANGELOG.md

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

## [0.17.1](https://github.com/waitingsong/kmore/compare/v0.17.0...v0.17.1) (2020-06-10)
**Note:** Version bump only for package kmore-types
# [0.17.0](https://github.com/waitingsong/kmore/compare/v0.16.4...v0.17.0) (2020-06-07)

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

4

dist/index.cjs.js

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

*
* @version 0.16.4
* @version 0.17.0
* @author waiting

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

/* eslint-disable @typescript-eslint/prefer-optional-chain */
/* eslint-disable import/no-extraneous-dependencies */
/**

@@ -429,0 +429,0 @@ *

@@ -237,2 +237,3 @@ import { JsonType, Spread } from '@waiting/shared-types';

/**
* ac.tb_foo.genFieldsAlias()
* @returns object

@@ -244,3 +245,3 @@ * `{

*/
[ColumnExtPropKeys.genFieldsAliasFn]: <T extends AliasTableCols<TAliasCols> = any>(keyArr: ((keyof T) | '*')[],
genFieldsAlias: <T extends TAliasCols = any>(keyArr: ((keyof T) | '*')[],
/** Default: false */

@@ -267,2 +268,3 @@ useColAliasNameAsOutputName?: boolean) => Record<string, string>;

output: string;
/** type of the column */
_typePlaceholder: TColType;

@@ -269,0 +271,0 @@ }

@@ -14,3 +14,3 @@ import type { CallExpression, SourceFile, TypeChecker } from 'typescript';

}
export declare function genInfoFromNode(options: GenInfoFromNodeOps): GenInfoFromNodeRet | void;
export declare function genInfoFromNode(options: GenInfoFromNodeOps): GenInfoFromNodeRet | undefined;
export declare function matchSourceFileWithFilePath(path: string): MatchedSourceFile;

@@ -17,0 +17,0 @@ /** Retrieve node with specified position from caller */

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

/* eslint-disable import/no-extraneous-dependencies */
/* eslint-disable @typescript-eslint/prefer-optional-chain */

@@ -2,0 +3,0 @@ /* eslint-disable no-bitwise */

{
"name": "kmore-types",
"author": "waiting",
"version": "0.17.0",
"version": "0.17.1",
"description": "Retrieve types info from ts file",

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

},
"gitHead": "a7ec4ea8a805aa645d54979d88ba3c83def65ba1"
"gitHead": "5f81159512d69d298c0fd5e8fd64303e7745a147"
}

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