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.32 to 1.2.33

lib/helper/intersection.d.ts

17

CHANGELOG.md

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

## [1.2.33](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.32...ts-type@1.2.33) (2020-09-04)
### ✨ Features
* add type `ITSTupleKeys<T extends any[]>` ([7671f09](https://github.com/bluelovers/ws-ts-type/commit/7671f09f084df6dbe32487ca4d80b203072e365a))
* add type `ITSUnionToIntersection<U>` ([b15af47](https://github.com/bluelovers/ws-ts-type/commit/b15af473829d86d48dd57dd9d0b13765a214b683))
### ♻️ Chores
* **deps:** update deps ([4aadf65](https://github.com/bluelovers/ws-ts-type/commit/4aadf6591062a6b7574113f92e50fbb427ec4e37))
## [1.2.32](https://github.com/bluelovers/ws-ts-type/compare/ts-type@1.2.31...ts-type@1.2.32) (2020-07-31)

@@ -8,0 +25,0 @@

3

lib/index.d.ts

@@ -5,2 +5,3 @@ export * from './generic';

export * from './helper/infer';
export * from './helper/intersection';
export * from './helper/key-value';

@@ -10,4 +11,6 @@ export * from './helper/overwrite';

export * from './helper/record';
export * from './helper/tuple';
export * from './helper/typeof';
export * from './helper/unpacked';
export * from './logic/any';
export * from './type/base';

@@ -14,0 +17,0 @@ export * from './type/bluebird';

6

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

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

"dependencies": {
"ts-toolbelt": "^6.13.36",
"ts-toolbelt": "^8.0.4",
"typedarray-dts": "^1.0.0"

@@ -65,3 +65,3 @@ },

},
"gitHead": "a03a551d0d68fd75cb8e98781703a8d0d59df73e"
"gitHead": "9d59efd044f0518e59b9d8ee7f74ce4fdf1e6239"
}

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