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.4.0 to 4.4.1

22

lib/index.d.ts

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

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

@@ -301,2 +296,7 @@ instanceId?: Maybe<string>;

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

@@ -641,7 +641,2 @@ publicUri: string;

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

@@ -723,3 +718,3 @@ userId: string;

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

@@ -822,2 +817,7 @@ updateUserDonationHistory: DonationOutput;

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

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

{
"name": "@hminnovations/graphql-types",
"version": "4.4.0",
"version": "4.4.1",
"scripts": {

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

"license": "None",
"gitHead": "e83d6078fb3099a3169a7f55f7caaac34703dba2"
"gitHead": "88d68409d63dbcd5e375c66e0e4143da1dc955b5"
}

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