Socket
Socket
Sign inDemoInstall

@transcend-io/type-utils

Package Overview
Dependencies
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transcend-io/type-utils - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

6

build/types.d.ts

@@ -144,8 +144,2 @@ /**

/**
* Infer the type wrapped by a Promise.
*
* TODO: https://transcend.height.app/T-15646 - Remove once on TypeScript 4.5.
*/
export type Awaited<T> = T extends PromiseLike<infer U> ? U : T;
/**
* Utility type that passes through the interface given that its keys are exactly equal to the keys string union

@@ -152,0 +146,0 @@ */

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Small package containing useful typescript utilities.",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "https://github.com/transcend-io/type-utils",

@@ -8,0 +8,0 @@ "repository": {

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