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.0 to 1.16.1

5

dist/index.d.ts

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

custom_redirect_url?: string;
is_final?: boolean;
context?: {

@@ -203,3 +204,5 @@ smartthings_auth?: {

};
}, {}>;
}, {
finalize?: boolean;
}>;
declare type AnyPane = LoadingPane | RedirectPane | SearchAndSelectPane | LoginPane | InitiateTwoFactorPane | TwoFactorPane | FieldsPane | FinishedPane;

@@ -206,0 +209,0 @@ declare type AnyPaneWithoutSubmitProps = Except<AnyPane, "submit_props">;

2

package.json

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

},
"version": "1.16.0",
"version": "1.16.1",
"main": "dist/index.js",

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

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

custom_redirect_url?: string
is_final?: boolean
context?: {

@@ -146,3 +147,5 @@ smartthings_auth?: {

},
{}
{
finalize?: boolean
}
>

@@ -149,0 +152,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