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.1 to 1.0.29-experimental.2

2

dist/src/types/action.d.ts

@@ -1,2 +0,2 @@

import type { ReactNode } from 'react';
import { ReactNode } from 'react';
import { AuthenticationScheme } from '../entities/credential.interface';

@@ -3,0 +3,0 @@ import { SidebarInput } from './connect';

@@ -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.29-experimental.1",
"version": "1.0.29-experimental.2",
"description": "Embed integrations into your app with the Paragon SDK",

@@ -35,2 +35,3 @@ "main": "dist/src/index.js",

"jwt-decode": "^3.1.2",
"react": "^17.0.2",
"tslib": "2.3.1"

@@ -41,2 +42,3 @@ },

"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@testing-library/jest-dom": "^5.14.1",

@@ -78,3 +80,2 @@ "@testing-library/react": "^12.1.0",

"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",

@@ -81,0 +82,0 @@ "rimraf": "^3.0.2",

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