
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
hellosign-embedded
Advanced tools
Embed HelloSign signature requests and templates from within your web application.
Embed HelloSign signature requests and templates from within your web application.
The instructions below are for HelloSign Embedded v2. We recommend using it instead of v1 for new projects. Please check the migration guide if you need help upgrading from v1 to v2.
Start by installing the HelloSign Embedded library from npm.
npm install hellosign-embedded
In your frontend app, import hellosign-embedded
and instantiate a new client with your API app's client ID.
import HelloSign from 'hellosign-embedded';
const client = new HelloSign({
clientId: 'Your client ID'
});
When you're ready to launch HelloSign Embedded, simply call open()
on the client with your signature request's signing URL.
client.open(signUrl);
For a more detailed and in-depth walkthrough, check the QuickStart guide on the Wiki. For more information on how to use HelloSign Embedded, visit the API Documentation.
© 2019 HelloSign. All rights reserved.
FAQs
Embed HelloSign signature requests and templates from within your web application.
We found that hellosign-embedded demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.