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

helloworks-sdk

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helloworks-sdk - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Change Log

# [1.3.0](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.2.1...v1.3.0) (2021-01-08)
### Features
* Added support for document delivery type ([#13](https://github.com/hellosign/helloworks-nodejs-sdk/issues/13)) ([#15](https://github.com/hellosign/helloworks-nodejs-sdk/issues/15)) ([40b090b](https://github.com/hellosign/helloworks-nodejs-sdk/commit/40b090b06350c73ea221b53fb8c46264c4f316e5)), closes [#14](https://github.com/hellosign/helloworks-nodejs-sdk/issues/14)
## [1.2.1](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.2.0...v1.2.1) (2020-01-27)

@@ -7,0 +16,0 @@

4

lib/endpoints/workflow-instances.js

@@ -55,2 +55,3 @@ /**

* @param {boolean} [opts.documentDelivery=false]
* @param {string} [opts.documentDeliveryType]
* @returns {Promise.<Object>}

@@ -90,2 +91,5 @@ * @public

form.append('document_delivery', 'true');
if (opts.documentDeliveryType) {
form.append('document_delivery_type', opts.documentDeliveryType);
}
}

@@ -92,0 +96,0 @@

2

package.json
{
"name": "helloworks-sdk",
"version": "1.2.1",
"version": "1.3.0",
"description": "A Node.js SDK for easily creating and managing HelloWorks workflow instances.",

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

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