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
77
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.10 to 1.0.11-experimental.1

8

dist/src/ConnectSDK.d.ts

@@ -111,10 +111,4 @@ import { OauthCallbackResponse } from './entities/credential.interface';

_connect(action: string, params?: ConnectParams & InstallOptions): Promise<void>;
/**
* Retrieves an integration object from the loaded integrations based on the integration ID.
* @param integrationId The ID of the integration to retrieve.
* @returns The integration object if found, otherwise undefined.
*/
_getIntegration(integrationId: string): IConnectIntegrationWithCredentialInfo | undefined;
_oauthCallback(oauthResponse: OauthCallbackResponse, credentialId?: string): Promise<void>;
_oauthErrorCallback(errorMessage: string | object, event?: MessageEvent): Promise<void>;
_oauthErrorCallback(errorMessage: string | object): Promise<void>;
/**

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

2

dist/src/types/sdk.d.ts

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

*/
_oauthErrorCallback(errorMessage: string, event?: MessageEvent): Promise<void>;
_oauthErrorCallback(errorMessage: string): Promise<void>;
/**

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

{
"name": "@useparagon/connect",
"version": "1.0.10",
"version": "1.0.11-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