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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
0
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.8.7 to 4.8.8

6

lib/index.d.ts

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

pullSummary?: Maybe<PullSummaryInput>;
pushItems?: Maybe<string>;
pushItems?: Maybe<string[]>;
}

@@ -864,3 +864,3 @@ export interface PullSummaryInput {

pullSummary?: Maybe<PullSummary>;
pushItems?: Maybe<string>;
pushItems?: Maybe<string[]>;
}

@@ -936,3 +936,3 @@ export interface PullSummary {

pullSummary?: Maybe<PullSummary>;
pushItems?: Maybe<string>;
pushItems?: Maybe<string[]>;
}

@@ -939,0 +939,0 @@ export interface GetIdentityQueryArgs {

{
"name": "@hminnovations/graphql-types",
"version": "4.8.7",
"version": "4.8.8",
"scripts": {

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

"license": "None",
"gitHead": "8da7564ec77fc528e69e07bcedadb78486ce8ff2"
"gitHead": "15fc754cbd654cbcf68f4389bbb77ef36b89624d"
}
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