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
5
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 3.3.1 to 3.4.0

3

lib/index.d.ts

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

export interface IdentityInput {
participantId?: Maybe<string>;
cognitoId?: Maybe<string>;

@@ -44,2 +45,3 @@ inviteCode?: Maybe<string>;

export interface UserInput {
participantId?: Maybe<string>;
pathProgress?: Maybe<PathProgressInput>;

@@ -304,2 +306,3 @@ breathCountHistory?: Maybe<BreathCountSessionInput[]>;

startDate?: Maybe<string>;
participantId?: Maybe<string>;
}

@@ -306,0 +309,0 @@ export interface Cohort {

4

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

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

"license": "None",
"gitHead": "ab019a0a0877dcd43e1e2203e2b2a9d356027053"
"gitHead": "b95c50d6fbc1906bf2740dc68f529ad708ed8cd5"
}

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