Socket
Socket
Sign inDemoInstall

ts-type

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-type - npm Package Compare versions

Comparing version 1.2.34 to 1.2.35

16

CHANGELOG.md

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

## [1.2.35](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.34...ts-type@1.2.35) (2021-06-15)
### ✨ Features
* ITSRequiredPick<T, K extends keyof T = keyof T> ([ef20549](https://github.com/bluelovers/ws-ts-type/commit/ef20549dbd3b6cf3b39ada8e28856393941fb72b))
### 🔖 Miscellaneous
* . ([113dbf0](https://github.com/bluelovers/ws-ts-type/commit/113dbf09f3eb9f62be3a1549b23477912e5a8cc4))
## [1.2.34](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.33...ts-type@1.2.34) (2020-09-04)

@@ -8,0 +24,0 @@

4

lib/type/record.d.ts

@@ -57,3 +57,3 @@ /**

*/
export declare type ITSRequiredPick<T, K extends keyof T> = {
export declare type ITSRequiredPick<T, K extends keyof T = keyof T> = {
[P in K]-?: T[P];

@@ -64,3 +64,3 @@ };

*/
export declare type ITSPartialPick<T, K extends keyof T> = {
export declare type ITSPartialPick<T, K extends keyof T = keyof T> = {
[P in K]?: T[P];

@@ -67,0 +67,0 @@ };

{
"name": "ts-type",
"version": "1.2.34",
"version": "1.2.35",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -62,5 +62,5 @@ "keywords": [

"@types/bluebird": "*",
"ts-toolbelt": "^8.0.4"
"ts-toolbelt": "^8.0.7"
},
"gitHead": "b55c9cc11a3534d3fb66f7a262630ea4a7f43bfc"
"gitHead": "c8058ff03d2395cde1b2cf2cddc156b76f37c52c"
}

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