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

@transcend-io/type-utils

Package Overview
Dependencies
Maintainers
7
Versions
16
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.1.1 to 1.1.2

4

build/types.d.ts

@@ -149,3 +149,7 @@ /**

export declare 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
*/
export declare type KeysStrictlyEqual<Keys extends string, Interface extends [keyof Interface] extends [Keys] ? [Keys] extends [keyof Interface] ? unknown : never : never> = Interface;
export {};
//# sourceMappingURL=types.d.ts.map

2

package.json

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

"description": "Small package containing useful typescript utilities.",
"version": "1.1.1",
"version": "1.1.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