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.1.18 to 4.2.1

5

lib/index.d.ts

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

}
export interface AnonymizeUserInput {
email: string;
deletedOn: string;
}
export interface PathInput {

@@ -865,2 +869,3 @@ publicUri: string;

creds: UserItemCreds;
input: AnonymizeUserInput;
}

@@ -867,0 +872,0 @@ export interface UpdatePathProgressMutationArgs {

4

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

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

"license": "None",
"gitHead": "f1495f8e649de737e5df009872e196a427f3f9d7"
"gitHead": "ad24107867759a0c56d320bedaae3d6d7d45b850"
}

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