Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@integrationos/authkit

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@integrationos/authkit - npm Package Compare versions

Comparing version
1.0.3
to
1.1.0
+2
-0
dist/types/index.d.ts

@@ -151,2 +151,4 @@ export interface SourceEventLink {

secretsServiceId: string;
identity?: string;
identityType?: 'user' | 'team' | 'organization';
settings: {

@@ -153,0 +155,0 @@ parseWebhookBody: boolean;

+1
-1
{
"name": "@integrationos/authkit",
"version": "1.0.3",
"version": "1.1.0",
"description": "Frontend bindings for IntegrationOS AuthKit",

@@ -5,0 +5,0 @@ "files": [

@@ -151,2 +151,4 @@ export interface SourceEventLink {

secretsServiceId: string;
identity?: string;
identityType?: 'user' | 'team' | 'organization';
settings: {

@@ -153,0 +155,0 @@ parseWebhookBody: boolean;