New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@useparagon/connect

Package Overview
Dependencies
Maintainers
0
Versions
104
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.29-experimental.2 to 1.0.29-experimental.3

2

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

11

dist/src/types/connectModal.d.ts

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

};
export type BasicAuthError = {
name: string;
type ParagonError = {
code: string;
status: number;
message: string;
details?: Record<string, any>;
meta?: Record<string, any>;
meta: object;
logOnInitialization: boolean;
};

@@ -39,5 +40,5 @@ export type Props = {

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

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