Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@useparagon/connect

Package Overview
Dependencies
Maintainers
6
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useparagon/connect - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8-experimental.1

2

dist/src/helpers/oauth.d.ts
import { IConnectIntegrationWithCredentialInfo } from '../entities/integration.interface';
import { DataType, KeyedSource } from '../types/resolvers';
import { InstallOptions } from '../types/sdk';
import { IConnectUserContext } from './ConnectUserContext';

@@ -12,2 +13,3 @@ export type OAuthFlowOptions = {

isPreviewMode?: boolean;
installOptions?: InstallOptions;
};

@@ -14,0 +16,0 @@ /**

10

dist/src/types/sdk.d.ts

@@ -135,3 +135,7 @@ import ConnectSDK from '../ConnectSDK';

redirectUrl?: string;
integrationOptions?: Record<string, unknown>;
integrationOptions?: {
installOptions?: InstallOptions & {
[key in string]: unknown;
};
};
}): Promise<void>;

@@ -162,4 +166,2 @@ /**

bypassPostOAuthPrompt?: boolean;
allowMultipleCredentials?: boolean;
selectedCredentialId?: string;
/**

@@ -169,2 +171,4 @@ * skips account type selection

accountType?: string;
allowMultipleCredentials?: boolean;
selectedCredentialId?: string;
/**

@@ -171,0 +175,0 @@ * used to override redirect url passed in getAuthUrl instead of our passport url

{
"name": "@useparagon/connect",
"version": "1.0.7",
"version": "1.0.8-experimental.1",
"description": "Embed integrations into your app with the Paragon SDK",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

Sorry, the diff of this file is too big to display

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