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

@hminnovations/graphql-types

Package Overview
Dependencies
Maintainers
5
Versions
113
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.0 to 3.3.1

2

lib/index.d.ts

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

export interface DonationInput {
donationId: string;
donatedOn: string;

@@ -558,2 +559,3 @@ method: string;

userId: string;
donationId: string;
donatedOn: string;

@@ -560,0 +562,0 @@ donationActivity: string;

4

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

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

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

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