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
4
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.3.5 to 4.4.0

15

lib/index.d.ts

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

}
export interface ShareActionInput {
timestamp: string;
activityID: string;
shareResult: string;
}
export interface ActivityMetadatumInput {

@@ -635,2 +640,7 @@ instanceId?: Maybe<string>;

}
export interface ShareAction {
timestamp: string;
activityID: string;
shareResult: string;
}
export interface PremiumSubscription {

@@ -712,2 +722,3 @@ userId: string;

addMigrationReceiptToUser: MigrationReceiptOutput;
addShareActionToUser: Maybe<boolean>;
updateUserPremiumSubscription?: Maybe<PremiumSubscription>;

@@ -944,2 +955,6 @@ updateUserDonationHistory: DonationOutput;

}
export interface AddShareActionToUserMutationArgs {
creds: UserItemCreds;
input: ShareActionInput;
}
export interface UpdateUserPremiumSubscriptionMutationArgs {

@@ -946,0 +961,0 @@ creds: UserItemCreds;

4

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

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

"license": "None",
"gitHead": "cc231b6df3dcc278c45845028d2e3c4c1febd4b2"
"gitHead": "e83d6078fb3099a3169a7f55f7caaac34703dba2"
}

Sorry, the diff of this file is not supported yet

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