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

docusign-esign

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docusign-esign - npm Package Versions

1
1012

3.3.1

Diff

dsdevcenter
published 3.3.0 •

Changelog

Source

[3.3.0] - 2018-06-04

Added

  • Support for OAuth Implicit Grant.
  • Support for OAuth Get Use Info.
dsdevcenter
published 3.2.2 •

dsdevcenter
published 3.2.1 •

dsdevcenter
published 3.2.0 •

Changelog

Source

[3.2.0] - 2017-08-01

Added

  • Support for DocuSign JWT OAuth for service integration (2-legged authentication)
dsdevcenter
published 3.1.0 •

Changelog

Source

[3.1.0] - 2017-06-17

Added

  • Support for DocuSign OAuth
dsdevcenter
published 3.0.0 •

Changelog

Source

[3.0.0] - 2017-03-10

BREAKING

  • The SDK now supports theFull and latest DocuSign API support(17.1.00.00). NO MORE OMITTED ENDPOINTS.
  • Getter and setter methods of all models' fields were removed. Direct access to models' fields is now required. See the code snippet in README.md and test/SdkUnitTests.js for example.
  • Added optional opts to several methods across different APIs. Old client code might need to be updated prior to using 3.0.0 and above.
  • Methods that accept optional parameters, defined as opts, now accept plain javascript objects only. For instance AuthenticationApi.login({'api_password': true}) will return a fake password that can be used in subsequent API calls instead of the original password.

Removed

  • All Optional data structures that were used as optional parameters for some API methods (in the form ofDocusign.XxxApi.doSomethingOptions). Use javascript plain objects instead.

Added

  • Complete and proper SDK Documentation, including detailed information and links about all modules and methods of the SDK.
  • New test case: create a DocuSign template.

Fixed

  • Issue #52: TypeError: self.envelopeTemplateDefinition.constructFromObject is not a function.

Changed

  • Updated the package with the latest API release.
dsdevcenter
published 2.1.0 •

Changelog

Source

[2.1.0] - 2017-01-24

Added

  • Documentation about several Authentication methods supported by DocuSign API.
  • Changelog to keep track of release highlights.

Changed

  • Support for DocuSign Core release 16.1.00.00.
  • Code snippet to use base URL from the login call. Required for integrations when they go live.

Fixed

  • Issue #47: Some DocuSign API calls don't like null as object property value.
dsdevcenter
published 2.0.4 •

dsdevcenter
published 2.0.3 •

Changelog

Source

[2.0.3] - 2016-03-23

Added

  • TravisCI automatic testing.

Changed

  • Updated the package to a newer API release.
  • Switched to MIT license.
  • Updated documentation on README.
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