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 2.1.6 to 2.1.7

lib/logic/never.d.ts

21

CHANGELOG.md

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

## [2.1.7](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.6...ts-type@2.1.7) (2022-07-05)
### ✨ Features
* **type:** add `ITSEmptyRecord` ([29ccf90](https://github.com/bluelovers/ws-ts-type/commit/29ccf909fa443aabc2f79067a1ae226c48d694b6))
### 🛠 Build System
* **release:** publish ([15ad811](https://github.com/bluelovers/ws-ts-type/commit/15ad81112b3667fb91cd5e826ec0d1b4ca52abe4))
### ♻️ Dependencies
* update deps ([49e46dc](https://github.com/bluelovers/ws-ts-type/commit/49e46dc92128d7abe34548491606ac5270104a03))
## [2.1.6](https://github.com/bluelovers/ws-ts-type/compare/ts-type@2.1.5...ts-type@2.1.6) (2022-03-12)

@@ -8,0 +29,0 @@

3

lib/index.d.ts

@@ -23,2 +23,4 @@ export * from './generic';

export * from './logic/any';
export * from './logic/never';
export * from './logic/record/empty';
export * from './type/base';

@@ -30,2 +32,3 @@ export * from './type/bluebird';

export * from './type/record';
export * from './type/record/empty';
export * from './type/record/partial';

6

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

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

"dependencies": {
"tslib": "^2.3.1",
"tslib": "^2",
"typedarray-dts": "^1.0.0"

@@ -68,3 +68,3 @@ },

},
"gitHead": "11afbe4cfea994ee940a8fca76d4719742a58e02"
"gitHead": "a194b9c8616dc5f83df145ed071dc67ce65c27a0"
}

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