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.11.21 to 4.0.0

14

lib/index.d.ts

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

}
export interface LocationInput {
lat: number;
lon: number;
}
export interface InvitationCodeCreds {

@@ -253,2 +249,6 @@ code: string;

}
export interface LocationInput {
lat: number;
lon: number;
}
export interface PremiumSubscriptionInput {

@@ -403,3 +403,3 @@ productId: string;

duration?: Maybe<number>;
location?: Maybe<LocationInput>;
location?: Maybe<Location>;
}

@@ -422,2 +422,6 @@ export interface PracticeOptionMetadata {

}
export interface Location {
lat: number;
lon: number;
}
export interface BreathCountSession extends Subscribable {

@@ -424,0 +428,0 @@ subscriptionToken?: Maybe<string>;

{
"name": "@hminnovations/graphql-types",
"version": "3.11.21",
"version": "4.0.0",
"scripts": {

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

"license": "None",
"gitHead": "d33d5a609ba0980ad59a1b112813c613584a520b"
"gitHead": "74c7df5ff1bb6de649b00050ae35c5d3702205bf"
}
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