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 4.7.0 to 4.7.1

11

CHANGELOG.md

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

## [4.7.1](https://github.com/waitingsong/shared-types/compare/v4.7.0...v4.7.1) (2020-07-13)
### Bug Fixes
* **types:** type TypeFromJointTable ([997d757](https://github.com/waitingsong/shared-types/commit/997d757923c8e10c4fb30366c9a49bd1acfc57a8))
# [4.7.0](https://github.com/waitingsong/shared-types/compare/v4.6.1...v4.7.0) (2020-07-13)

@@ -8,0 +19,0 @@

2

dist/index.cjs.js

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

*
* @version 4.6.1
* @version 4.7.0
* @author waiting

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

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

import { OverwriteNeverToUnknown } from './common';
import { OverwriteNeverToUnknown, FormatIntersect } from './common';
import { UnionToIntersection } from './union2tuple';

@@ -170,3 +170,3 @@ /**

export declare type FullTableModelFromDictAlias<T extends TableModel, TAC extends TableAliasCols<T>, IncludeKeys extends (keyof T & keyof TAC) | void = void> = Readonly<TypeFromJointTable<JointTableFromDictAliasCols<T, TAC, IncludeKeys>>>;
declare type TypeFromJointTable<T extends AliasTableModel> = UnionToIntersection<FlateJointTable<T>>;
declare type TypeFromJointTable<T extends AliasTableModel> = FormatIntersect<OverwriteNeverToUnknown<UnionToIntersection<FlateJointTable<T>>>>;
/**

@@ -173,0 +173,0 @@ * @returns ```ts

{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "4.7.0",
"version": "4.7.1",
"description": "shared typescript types",

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

},
"gitHead": "084046ce0565b8320d358d4650faf95eb6d9c49f"
"gitHead": "cea9eed10e577ff0b3684421dcc48b417899aa9b"
}
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