Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@useparagon/connect
Advanced tools
The embedded integration platform for developers.
Paragon is an embedded integration platform that 100+ software companies rely on to rapidly accelerate development of native product integrations with 3rd party SaaS apps such as Salesforce, Slack, and QuickBooks. This allows their engineering teams to avoid the heavy costs and risks that come with building and maintaining dozens of their own integrations.
To install the Paragon SDK, run this command in your project to add it as a dependency:
npm install @useparagon/connect
This package is intended for usage in your frontend application to embed the Paragon connection experience. After importing the Paragon SDK, you can:
import { paragon } from '@useparagon/connect';
// Authenticate your user with the SDK
await paragon.authenticate(projectId, paragonUserToken);
// Launch the Connect Portal for Salesforce in your app
paragon.connect('salesforce');
To start using the Paragon SDK, you will need to sign up and register for an account.
For details on getting started and a reference on all available SDK functions, please see our documentation.
FAQs
Embed integrations into your app with the Paragon SDK
The npm package @useparagon/connect receives a total of 25,526 weekly downloads. As such, @useparagon/connect popularity was classified as popular.
We found that @useparagon/connect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.