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

ts-toolbelt

Package Overview
Dependencies
Maintainers
1
Versions
916
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-toolbelt - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

7

out/types/src/Any/_Internal.d.ts
/** Describes the match strategy when matching types
* - extends => X extends Y
* - equals => X equals Y
* - loose => X extends Y || Y extends X
* * extends: X extends Y
* * equals : X equals Y
* * loose : X extends Y || Y extends X
* * default: extends (unless mentioned)
*/
export declare type Match = 'extends' | 'equals' | 'loose' | 'default';
{
"name": "ts-toolbelt",
"version": "1.1.6",
"version": "1.1.7",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills",

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