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

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.17 to 1.2.18

12

CHANGELOG.md

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

## [1.2.18](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.17...ts-type@1.2.18) (2020-06-11)
### Features
* ITSWriteableDeep ([7f9eb37](https://github.com/bluelovers/ws-ts-type/commit/7f9eb3771e20c1949bb0dc54521ee4dc807a2cf3))
* ITSWriteableDeep ([9f180ed](https://github.com/bluelovers/ws-ts-type/commit/9f180ed98bbba2a7df6564eee101bf4fc052f7cb))
## [1.2.17](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.16...ts-type@1.2.17) (2020-06-01)

@@ -8,0 +20,0 @@

@@ -18,1 +18,7 @@ /**

};
export declare type ITSWriteableDeep<T, K extends keyof T> = {
-readonly [P in K]: T[P] extends Record<any, any> ? ITSWriteableDeep<T[P], keyof T[P]> : T[P];
};
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];
};

12

package.json
{
"name": "ts-type",
"version": "1.2.17",
"version": "1.2.18",
"description": "add some typescript type and re-export some build-in typescript type",

@@ -54,14 +54,6 @@ "keywords": [

},
"devDependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@types/bluebird": "*",
"@types/node": "*",
"fast-glob": "^3.2.2",
"fs-extra": "^9.0.0",
"upath2": "^2.1.3"
},
"peerDependencies": {
"@types/bluebird": "*"
},
"gitHead": "2b483bcc6bab2a5fbe0b0cfe2a27f736bf5db793"
"gitHead": "e8fddb1e12e1dd9286583cd3ca53eabe349220eb"
}

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