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

@useparagon/connect

Package Overview
Dependencies
Maintainers
27
Versions
76
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.22-experimental.7 to 1.0.22-experimental.8

4

dist/src/ConnectSDK.d.ts

@@ -129,7 +129,7 @@ import { IConnectCredential } from './entities/connectCredential.interface';

_oauthErrorCallback(errorMessage: string | object, event?: MessageEvent): Promise<void>;
customDropdownOptionsLoaders: Record<string, (cursor: string, search: string) => LoadCustomDropdownOptionsResult>;
customDropdownOptionsLoaders: Record<string, (cursor?: string | undefined, search?: string | undefined) => LoadCustomDropdownOptionsResult>;
/**
* Display the Paragon Connect modal
*/
_loadCustomDropdownOptions(key: string, cursor: string, search: string): LoadCustomDropdownOptionsResult;
_loadCustomDropdownOptions(key: string, cursor?: string | undefined, search?: string | undefined): LoadCustomDropdownOptionsResult;
/**

@@ -136,0 +136,0 @@ * Send a Connect API request. Automatically handles authorization and errors.

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

*/
_loadCustomDropdownOptions(key: string, cursor: string, search?: string): LoadCustomDropdownOptionsResult;
_loadCustomDropdownOptions(key: string, cursor?: string | undefined, search?: string | undefined): LoadCustomDropdownOptionsResult;
/**

@@ -96,0 +96,0 @@ * installs an integration without the need to click on enable button from portal

{
"name": "@useparagon/connect",
"version": "1.0.22-experimental.7",
"version": "1.0.22-experimental.8",
"description": "Embed integrations into your app with the Paragon SDK",

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

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