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 4.0.2 to 4.0.3

4

lib/index.d.ts

@@ -420,4 +420,4 @@ export declare type Maybe<T> = T | null;

export interface Location {
lat: number | undefined;
lon: number | undefined;
lat: number;
lon: number;
}

@@ -424,0 +424,0 @@ export interface BreathCountSession extends Subscribable {

{
"name": "@hminnovations/graphql-types",
"version": "4.0.2",
"version": "4.0.3",
"scripts": {

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

"license": "None",
"gitHead": "225898df931a2a65b9ba9f7c53333b81ffb37368"
"gitHead": "f01ccb9ff44d4bed10aee419a273cd57187ea166"
}
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