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.5.0 to 1.5.1

3

dist/index.d.ts

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

}>;
declare type DeviceCodeLimitReachedEvent = CommonDeviceEvent<"device.code_limit_reached">;
declare type CreateAccessCodeEvent = CommonDeviceEvent<"access_code.created", {

@@ -156,2 +157,2 @@ access_code_id: string;

export { AnyField, AnyPane, AnyPaneWithoutSubmitProps, ChangeAccessCodeEvent, CommonConnectedAccountEvent, CommonDeviceEvent, ConnectedAccountDisconnected, CreateAccessCodeEvent, DeviceConnectedEvent, DeviceDisconnectEvent, DeviceLowBatteryEvent, DeviceTamperEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, NoiseDetectedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane };
export { AnyField, AnyPane, AnyPaneWithoutSubmitProps, ChangeAccessCodeEvent, CommonConnectedAccountEvent, CommonDeviceEvent, ConnectedAccountDisconnected, CreateAccessCodeEvent, DeviceCodeLimitReachedEvent, DeviceConnectedEvent, DeviceDisconnectEvent, DeviceLowBatteryEvent, DeviceTamperEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, NoiseDetectedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane };

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

},
"version": "1.5.0",
"version": "1.5.1",
"main": "dist/index.js",

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

@@ -30,2 +30,4 @@ export interface CommonDeviceEvent<

>
export type DeviceCodeLimitReachedEvent =
CommonDeviceEvent<"device.code_limit_reached">

@@ -32,0 +34,0 @@ // Access codes

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