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.16.11 to 1.16.12

4

dist/index.d.ts

@@ -136,2 +136,3 @@ import { Except } from 'type-fest';

error_msg?: string;
notice_msg?: string;
error_code?: WebviewFlowErrorCode;

@@ -183,3 +184,4 @@ scheduling_link?: string;

accepted_user_identifiers: Array<"email" | "phone" | "username">;
context?: "smartthings_pre_auth" | "kwikset_no_mfa_auth";
/** @deprecated - use a more specific property than context for dynamic rendering logic */
context?: "smartthings_pre_auth";
credential?: "password" | "api_key";

@@ -186,0 +188,0 @@ default_user_identifier?: string;

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

},
"version": "1.16.11",
"version": "1.16.12",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:seamapi/seam-connect-public-types.git",
"repository": "git@github.com:seamapi/seamapi-types.git",
"author": "Max Isom <hi@maxisom.me>",

@@ -12,0 +12,0 @@ "license": "MIT",

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

error_msg?: string
notice_msg?: string
error_code?: WebviewFlowErrorCode

@@ -105,3 +106,4 @@ scheduling_link?: string

accepted_user_identifiers: Array<"email" | "phone" | "username">
context?: "smartthings_pre_auth" | "kwikset_no_mfa_auth"
/** @deprecated - use a more specific property than context for dynamic rendering logic */
context?: "smartthings_pre_auth"
credential?: "password" | "api_key"

@@ -108,0 +110,0 @@ default_user_identifier?: string

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