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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
3
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hminnovations/graphql-types - npm Package Compare versions

Comparing version 4.6.7 to 4.6.8

8

lib/index.d.ts

@@ -24,3 +24,3 @@ export declare type Maybe<T> = T | null;

export interface IdentityInput {
participantId: string;
participantId?: Maybe<string>;
cognitoId?: Maybe<string>;

@@ -153,3 +153,3 @@ inviteCode?: Maybe<string>;

name?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
remindersEnabled?: Maybe<boolean>;

@@ -363,3 +363,3 @@ role?: Maybe<string>;

startDate?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
role?: Maybe<string>;

@@ -550,3 +550,3 @@ }

name?: Maybe<string>;
participantId: string;
participantId?: Maybe<string>;
remindersEnabled?: Maybe<boolean>;

@@ -553,0 +553,0 @@ role?: Maybe<string>;

{
"name": "@hminnovations/graphql-types",
"version": "4.6.7",
"version": "4.6.8",
"scripts": {

@@ -25,3 +25,3 @@ "build": "composite-raw-gql && tsc",

"license": "None",
"gitHead": "aa47392c55449eea62d7dbce72c4b587ee3e4592"
"gitHead": "ccc7bf6f7097b77283ee444236e192e9e67de293"
}
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