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.3 to 4.3.4

6

lib/index.d.ts

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

}
export interface AnonymizeUserInput {
adminAction?: Maybe<Boolean>;
}
export interface PathProgressInput {

@@ -296,2 +293,5 @@ currentActivityId?: Maybe<string>;

}
export interface AnonymizeUserInput {
adminAction?: Maybe<boolean>;
}
export interface PathInput {

@@ -298,0 +298,0 @@ publicUri: string;

{
"name": "@hminnovations/graphql-types",
"version": "4.3.3",
"version": "4.3.4",
"scripts": {

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

"license": "None",
"gitHead": "b1dafe2bdbb6678c7dab6b3c9716bb29f6d9f07e"
"gitHead": "4b82c25fd2083d17f1fac488fba7f05678cc7b6b"
}
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