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

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Compare versions

Comparing version 0.9.10 to 0.9.11

2

dist/typegenTypeHelpers.d.ts

@@ -19,3 +19,3 @@ import { GraphQLResolveInfo } from "graphql";

export declare type MaybePromiseDeep<T> = Date extends T
? MaybePromise<Date>
? MaybePromise<T>
: boolean extends T

@@ -22,0 +22,0 @@ ? MaybePromise<T>

{
"name": "nexus",
"version": "0.9.10",
"version": "0.9.11",
"main": "dist",

@@ -5,0 +5,0 @@ "types": "dist",

@@ -25,3 +25,3 @@ import { GraphQLResolveInfo } from "graphql";

export type MaybePromiseDeep<T> = Date extends T
? MaybePromise<Date>
? MaybePromise<T>
: boolean extends T

@@ -28,0 +28,0 @@ ? MaybePromise<T>

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