aws / aws-sigv4-auth-cassandra-nodejs-driver-plugin

A SigV4 authentication client side plugin for the open-source DataStax NodeJS Driver for Apache Cassandra. Allows use of IAM users and roles.
Apache License 2.0
5 stars 16 forks source link

chore: move jsdoc to devDependencies #12

Open jdanil opened 1 year ago

jdanil commented 1 year ago

Description of changes:

jsdoc is included as a dependency of aws-sigv4-auth-cassandra-nodejs-driver-plugin, but it is only used at build time via the build-jsdocs script.

This will avoid consumers unnecessarily installing jsdoc when adding aws-sigv4-auth-cassandra-nodejs-driver-plugin as a dependency.

It should help in addressing #9, but may not completely resolve that issue. The main motivation for this change is that jsdoc is being flagged as vulnerable by some tools (https://github.com/jsdoc/jsdoc/issues/1991).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.