New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

docusign-click

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusign-click - npm Package Compare versions

Comparing version 1.0.0-beta to 1.0.0

4

CHANGELOG.md

@@ -5,4 +5,8 @@ # DocuSign Click Node Client Changelog

## [v1.0.0] - DocuSign Click API v1 - 02/11/2021
### Changed
- First GA version of Click API, supports DocuSign Click v1-20.4.02.
## [v1.0.0-beta] - Click API
### Added
- Added first beta version of the DocuSign Rooms API.

2

package.json
{
"name": "docusign-click",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "DocuSign Node.js API client.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -69,5 +69,8 @@ /**

}
if (data.hasOwnProperty('isMajorversion')) {
obj['isMajorversion'] = ApiClient.convertToType(data['isMajorversion'], 'Boolean');
if (data.hasOwnProperty('isMajorVersion')) {
obj['isMajorVersion'] = ApiClient.convertToType(data['isMajorVersion'], 'Boolean');
}
if (data.hasOwnProperty('isShared')) {
obj['isShared'] = ApiClient.convertToType(data['isShared'], 'Boolean');
}
if (data.hasOwnProperty('name')) {

@@ -119,7 +122,12 @@ obj['name'] = ApiClient.convertToType(data['name'], 'String');

*
* @member {Boolean} isMajorversion
* @member {Boolean} isMajorVersion
*/
exports.prototype['isMajorversion'] = undefined;
exports.prototype['isMajorVersion'] = undefined;
/**
*
* @member {Boolean} isShared
*/
exports.prototype['isShared'] = undefined;
/**
*
* @member {String} name

@@ -126,0 +134,0 @@ */

Sorry, the diff of this file is not supported yet

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