New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lukemorales/jest-type-matchers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lukemorales/jest-type-matchers - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

dist/index.d.ts

@@ -60,4 +60,4 @@ /**

} : T;
declare type Alike<Left, Right> = Equal<MergeInsertions<Left>, Right>;
declare type Unlike<Left, Right> = NotEqual<MergeInsertions<Left>, Right>;
declare type Alike<Left, Right> = Equal<MergeInsertions<Left>, MergeInsertions<Right>>;
declare type Unlike<Left, Right> = NotEqual<MergeInsertions<Left>, MergeInsertions<Right>>;

@@ -64,0 +64,0 @@ declare global {

{
"name": "@lukemorales/jest-type-matchers",
"version": "0.2.0",
"version": "0.2.1",
"author": "Luke Morales <lukemorales@live.com>",

@@ -5,0 +5,0 @@ "description": "Custom jest matchers to test the state of your types",

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