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

@useparagon/connect

Package Overview
Dependencies
Maintainers
23
Versions
326
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
2.4.0
to
2.4.1-experimental.1
+2
-0
dist/src/types/connect.d.ts

@@ -241,2 +241,4 @@ import { IConnectSDKProject } from 'src/entities/project.interface';

integrationId?: string;
providerId?: string;
providerData?: ConnectCredentialProviderData;
};

@@ -243,0 +245,0 @@ export type SDKIntegration = {

@@ -64,2 +64,11 @@ export type ConnectSDKError = {

export declare function getConnectSDKError(error: unknown): ConnectSDKError;
export declare class ParagonError extends Error {
readonly code: string;
readonly meta?: Record<string, unknown>;
constructor({ message, code, meta, }: {
message: string;
code: string;
meta?: Record<string, unknown>;
});
}
export {};
+1
-1
{
"name": "@useparagon/connect",
"version": "2.4.0",
"version": "2.4.1-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

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