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
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
3.11.3

11

lib/index.d.ts

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

donationHistory?: Maybe<Donation[]>;
externalSurveyHistory?: Maybe<ExternalSurveySession[]>;
}

@@ -595,2 +596,12 @@ export interface PathProgress {

}
export interface ExternalSurveySession {
id: string;
score?: Maybe<ExternalSurveyScore>;
startedAt: string;
}
export interface ExternalSurveyScore {
rawScore: number;
percentile: number;
category?: Maybe<string>;
}
export interface InvitationCode {

@@ -597,0 +608,0 @@ code: string;

4

package.json
{
"name": "@hminnovations/graphql-types",
"version": "3.11.2",
"version": "3.11.3",
"scripts": {

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

"license": "None",
"gitHead": "58f0656908cb0156d2d848dc14ab6ebcb50c1de3"
"gitHead": "53b5045daf748d177c7c083baab6740e452c8525"
}