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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 5.6.1 to 5.6.2

8

CHANGELOG.md

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

## 5.6.2 (2021-02-17)
**Note:** Version bump only for package @waiting/shared-types
## [5.6.1](https://github.com/waitingsong/shared-types/compare/v5.6.0...v5.6.1) (2021-02-08)

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

2

dist/index.cjs.js

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

*
* @version 5.6.0
* @version 5.6.1
* @author waiting

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

@@ -28,4 +28,4 @@ import { FormatIntersect } from '../common';

declare type A3<L extends TableModel, AL extends TableAliasCols<L>, R extends TableModel, AR extends TableAliasCols<R>> = TableModelFromDictAlias<L, AL> & TableModelFromDictAlias<R, AR>;
export declare type PickDictColsByDupKeysFromTablesModel<L extends TableModel, AL extends TableAliasCols, R extends TableModel, AR extends TableAliasCols> = UnionToIntersection<FlateJointTable<A1<AL, AR, PickDuplicateKeys<[keyof L, keyof R]>>>>;
declare type A1<AL extends TableAliasCols, AR extends TableAliasCols, Keys> = PickAliasColsByKey<AL, AR, Keys>;
export declare type PickDictColsByDupKeysFromTablesModel<L extends TableModel, AL extends TableAliasCols, R extends TableModel, AR extends TableAliasCols> = UnionToIntersection<FlateJointTable<_A1<AL, AR, PickDuplicateKeys<[keyof L, keyof R]>>>>;
declare type _A1<AL extends TableAliasCols, AR extends TableAliasCols, Keys> = PickAliasColsByKey<AL, AR, Keys>;
/**

@@ -32,0 +32,0 @@ * @param ACols ```ts

{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "5.6.1",
"version": "5.6.2",
"description": "shared typescript types",

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

},
"gitHead": "feb52205583f0d483a2790e78a2034e9b3adf99d"
"gitHead": "207c9133909cef93c8d8544fb31c74ae7f4bd2ad"
}
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