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.0.3 to 1.1.0

9

CHANGELOG.md

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

# [1.1.0](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.0.3...v1.1.0) (2019-07-30)
### Features
* Add support for metadata ([f36907a](https://github.com/hellosign/helloworks-nodejs-sdk/commit/f36907a)), closes [#5](https://github.com/hellosign/helloworks-nodejs-sdk/issues/5)
## [1.0.3](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.0.2...v1.0.3) (2019-04-10)

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

@@ -91,2 +91,8 @@ /**

if (opts.metadata) {
Object.entries(opts.metadata).forEach((key, value) => {
form.append(`metadata[${key}]`, value);
});
}
return client.sendAPIRequestWithToken(basePath, {

@@ -93,0 +99,0 @@ method: 'POST',

2

package.json
{
"name": "helloworks-sdk",
"version": "1.0.3",
"version": "1.1.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