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
5
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 3.7.0 to 3.8.0

20

lib/index.d.ts

@@ -307,13 +307,4 @@ export declare type Maybe<T> = T | null;

participantId?: Maybe<string>;
role?: Maybe<Role>;
role?: Maybe<string>;
}
export interface Role {
id: string;
title: string;
widgets?: Maybe<Widget[]>;
}
export interface Widget {
id: string;
title: string;
}
export interface Cohort {

@@ -698,2 +689,11 @@ id: string;

}
export interface Role {
id: string;
title: string;
widgets?: Maybe<string[]>;
}
export interface Widget {
id: string;
title: string;
}
export interface GetIdentityQueryArgs {

@@ -700,0 +700,0 @@ creds: IdentityCreds;

{
"name": "@hminnovations/graphql-types",
"version": "3.7.0",
"version": "3.8.0",
"scripts": {

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

"license": "None",
"gitHead": "c54358898da7a04878fde83379fc8e594d8b6fe6"
"gitHead": "aa54b19b750097647da7c1cafc23945abf446c3f"
}
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