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

expect-type

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expect-type - npm Package Compare versions

Comparing version 0.17.0 to 0.17.1

3

dist/index.d.ts

@@ -211,5 +211,2 @@ export declare type Not<T extends boolean> = T extends true ? false : true;

toHaveProperty: <K extends string | number | symbol>(key: K, ...MISMATCH: MismatchArgs<Extends<K, keyof Actual>, false>) => true;
branded: {
toEqualTypeOf: <Expected>(...MISMATCH: MismatchArgs<StrictEqualUsingTSInternalIdenticalToOperator<Actual, Expected>, false>) => true;
};
}

@@ -216,0 +213,0 @@ export declare type ExpectTypeOf<Actual, Options extends {

2

package.json
{
"name": "expect-type",
"version": "0.17.0",
"version": "0.17.1",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=12.0.0"

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