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

seamapi-types

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seamapi-types - npm Package Compare versions

Comparing version 1.21.1 to 1.22.0

3

dist/index.d.ts

@@ -97,2 +97,4 @@ import { Except } from 'type-fest';

is_disabled?: boolean;
help_link?: string;
help_text?: string;
} & Props;

@@ -222,2 +224,3 @@ input: Input;

provider?: ProviderMetadata;
description?: string;
};

@@ -224,0 +227,0 @@ }, Record<string, AnyField["input"]>>;

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.21.1",
"version": "1.22.0",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "types": "dist/index.d.ts",

@@ -8,2 +8,4 @@ export type Field<Type extends string, Props, Input> = {

is_disabled?: boolean
help_link?: string
help_text?: string
} & Props

@@ -10,0 +12,0 @@ input: Input

@@ -144,2 +144,3 @@ import { Except } from "type-fest"

provider?: ProviderMetadata
description?: string
}

@@ -146,0 +147,0 @@ },

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