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

@verdocs/js-sdk

Package Overview
Dependencies
Maintainers
0
Versions
334
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdocs/js-sdk

Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients

  • 5.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
275
decreased by-51.07%
Maintainers
0
Weekly downloads
 
Created
Source

Verdocs JS SDK

Verdocs SDK for Javascript / Typescript

This SDK provides convenience wrappers for both Browser-based and NodeJS applications to call the Verdocs API, with strong typing and documentation to help you get started quickly developing for the Verdocs platform.

Please see the Documentation for installation and usage instructions.

Structure

Verdocs functions are organized into high-level modules that represent the main objects within the platform:

  • Documents - An individual document to be signed. Documents are created from templates.
  • HTTP - General support functionality for Verdocs' REST endpoints. Typically not used directly.
  • Organizations - An Organization is a container for user profiles, templates, documents, billing, and other related objects.
  • Templates - A template for a document containing a PDF file, metadata for signature fields, and other information.
  • Users - All operations related to authentication and user-related operations.
  • Utils - General support functions used by the other modules and exported for convenience.

Please see the API Docs for details on the functions provided by each module.

Contributing

This repository is actively maintained and supported by Verdocs. We welcome community contributions and suggestions! Please file a pull request with any change requests and we will review them as soon as possible.

TODO

Currently, we have placeholder tests for a number of functions but had to disable the test suite. See https://jestjs.io/docs/ecmascript-modules and https://github.com/facebook/jest/issues/10025 for more information. Since we manage our own transport endpoint, we can probably do this mocking ourselves and eliminate the dependency in the first place.

Keywords

FAQs

Package last updated on 15 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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