
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
First:
npm install duo-api
Then:
var Client = require('duo-api');
Then: Create a Client
.
Finally: Make a request.
Something not working? Found a bug? Got a question? Feature request? Open an issue and we'll get on it!
We love contributions and will gladly accept yours! Here's how you can contribute:
To run the tests on your local machine, create three environment variables:
DUO_API_HOST
: Duo api host.DUO_API_IKEY
: Duo api integration key.DUO_API_SKEY
: Duo api secret key.After setting the environment variables, run gulp test
.
git clone git@github.com:BYU-OIT/node-duo-api.git # Or your own fork.
cd node-duo-api/
export DUO_API_HOST=api-XXXXXXXX.duosecurity.com
export DUO_API_IKEY=XXXXXXXXXXXXXXXXXXXX
export DUO_API_SKEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
npm install -g gulp # If you don't have gulp installed already.
npm install # Install dependencies.
gulp test
You can have gulp run the tests on any code change by running gulp watch
in the root of the repository.
Thanks to the following awesome people for helping make this module better! =>
FAQs
Duosecurity API Client
We found that duo-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.