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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
5
Versions
113
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.0.2 to 3.0.3

5

lib/index.d.ts

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

updateUserPremiumSubscription?: Maybe<PremiumSubscription>;
updateUserDonationHistory?: Maybe<(Maybe<Donation>)[]>;
updateUserDonationHistory: DonationOutput;
}

@@ -647,2 +647,5 @@ export interface PathProgressOutput extends Subscribable {

}
export interface DonationOutput {
donationHistory: Donation[];
}
export interface Subscription {

@@ -649,0 +652,0 @@ newPathProgress?: Maybe<PathProgressOutput>;

4

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

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

"license": "None",
"gitHead": "7d551f5c14bee96d200ba8629caf2e2f9701eb4e"
"gitHead": "c868194076f12c2d17680d7bee702427d72e71aa"
}
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