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

@useparagon/connect

Package Overview
Dependencies
Maintainers
0
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.2 to 1.0.22-experimental.3

1

dist/src/constants.d.ts
export declare const ACTION_CUSTOM = "custom";
export declare const ISUFFICIENT_PERMISSION: string;

2

dist/src/types/connect.d.ts

@@ -184,2 +184,4 @@ import { ConnectCredentialProviderData, CredentialStatus, IConnectCredential } from '../entities/connectCredential.interface';

slug: string;
credentialId?: string;
credentialStatus?: CredentialStatus;
};

@@ -186,0 +188,0 @@ export type SDKIntegration = {

@@ -10,2 +10,8 @@ /// <reference types="react" />

};
export type BasicAuthError = {
name: string;
message: string;
details?: Record<string, any>;
meta?: Record<string, any>;
};
export type Props = {

@@ -33,5 +39,5 @@ integration: IConnectIntegrationWithCredentialInfo | null;

apiInstallationOptions?: ModalApiInstallationOptions;
connectionError?: string;
connectionError?: BasicAuthError | undefined;
selectedCredentialId?: string;
};
export {};
{
"name": "@useparagon/connect",
"version": "1.0.22-experimental.2",
"version": "1.0.22-experimental.3",
"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