Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hellosign-embedded

Package Overview
Dependencies
Maintainers
4
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hellosign-embedded - npm Package Compare versions

Comparing version 2.10.0-beta.0 to 2.10.0

10

CHANGELOG.md

@@ -5,3 +5,3 @@ # Changelog

## [2.10.0-beta.0](https://github.com/hellosign/hellosign-embedded/compare/v2.9.0...v2.10.0-beta.0) (2021-05-11)
## [2.10.0](https://github.com/hellosign/hellosign-embedded/compare/v2.9.0...v2.10.0) (2021-05-18)

@@ -11,5 +11,9 @@

* Fix for our Salesforce integration ([4d89c22](https://github.com/hellosign/hellosign-embedded/commit/4d89c22faa0e4adc20d3389165ae0e9af6f9a0bc))
* Update node-sass and sass-loader ([1812554](https://github.com/hellosign/hellosign-embedded/commit/1812554c3faef460fb45e42bdc2a817511836ab4))
* Update node-sass and sass-loader ([0234daf](https://github.com/hellosign/hellosign-embedded/commit/0234daf5d9a8654df0313ae95b42eb56220cff23))
### Bug Fixes
* Do not use self-closing tags in HTML markup ([9520b39](https://github.com/hellosign/hellosign-embedded/commit/9520b39f19fbe86c74d94fa3c331cee5a9cf064c))
# [2.9.0](https://github.com/hellosign/hellosign-embedded/compare/v2.8.0...v2.9.0) (2020-09-01)

@@ -16,0 +20,0 @@

{
"name": "hellosign-embedded",
"version": "2.10.0-beta.0",
"version": "2.10.0",
"description": "Embed HelloSign signature requests and templates from within your web application.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -27,2 +27,4 @@ # HelloSign Embedded

// Create the HelloSign Embedded instance.
// Only do this once!
const client = new HelloSign({

@@ -36,3 +38,7 @@ clientId: 'Your client ID'

```js
client.open(signUrl);
function launchHelloSign(url) {
client.open(url);
}
launchHelloSign(url);
```

@@ -39,0 +45,0 @@

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