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.19 to 1.2.20

8

CHANGELOG.md

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

## [1.2.20](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.19...ts-type@1.2.20) (2020-06-11)
**Note:** Version bump only for package ts-type
## [1.2.19](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.18...ts-type@1.2.19) (2020-06-11)

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

2

lib/helper/readonly.d.ts

@@ -22,3 +22,3 @@ /**

export declare type ITSReadonlyDeep<T, K extends keyof T> = {
-readonly [P in K]: T[P] extends Record<any, any> ? ITSReadonlyDeep<T[P], keyof T[P]> : T[P];
readonly [P in K]: T[P] extends Record<any, any> ? ITSReadonlyDeep<T[P], keyof T[P]> : T[P];
};
{
"name": "ts-type",
"version": "1.2.19",
"version": "1.2.20",
"description": "add some typescript type and re-export some build-in typescript type",

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

},
"gitHead": "ca1bb6b1dd10971b638ba9f591276ac0b0da94e7"
"gitHead": "cb5e0329339360d18501bfacbed58549e1d2287b"
}

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