New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@trackunit/custom-field-api

Package Overview
Dependencies
Maintainers
3
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trackunit/custom-field-api - npm Package Compare versions

Comparing version 0.0.21 to 0.0.23

2

package.json
{
"name": "@trackunit/custom-field-api",
"version": "0.0.21",
"version": "0.0.23",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=18.x"

import { TypedDocumentNode as DocumentNode } from "@graphql-typed-document-node/core";
import type { PublicIrisAppManifest } from "@trackunit/iris-app-api";
export type Maybe<T> = T | null;

@@ -55,2 +56,7 @@ export type InputMaybe<T> = Maybe<T>;

};
/** The `PublicIrisAppManifest` scalar type represents an Iris App Manifest as JSON */
PublicIrisAppManifest: {
input: PublicIrisAppManifest;
output: PublicIrisAppManifest;
};
/** The `Upload` scalar type represents a file upload. */

@@ -57,0 +63,0 @@ Upload: {

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