You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
4
Versions
119
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

to
4.0.8

4

lib/index.d.ts

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

userRole?: Maybe<UserRoleInput[]>;
favorites?: Maybe<FavoritesInput[]>;
favorites: FavoritesInput;
}

@@ -391,3 +391,3 @@ export interface PathProgressInput {

userRole?: Maybe<UserRole[]>;
favorites?: Maybe<Favorites[]>;
favorites: Favorites;
}

@@ -394,0 +394,0 @@ export interface PathProgress {

{
"name": "@hminnovations/graphql-types",
"version": "4.0.7",
"version": "4.0.8",
"scripts": {

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

"license": "None",
"gitHead": "71e04f272047692dfc232f040397fb7b658d8998"
"gitHead": "194d1846b9ae35cc5daf4b447dbf8b8e9cce9a1a"
}