Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@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 5,117 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.