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

hydrajs

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydrajs

Client side JavaScript library to interact with Hydra

0.0.14
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

hydrajs

Client side API for Hydra

Tests

Set HYDRA_HOSTNAME, RHN_USER, and RHN_PASS environment variables.

export HYDRA_HOSTNAME=;export RHN_USER=;export RHN_PASS=
npm run test

When testing through Webstorm create a new Mocha test

  • Environment Variables: Make sure to set the same ones as above HYDRA_HOSTNAME, RHN_USER,RHN_PASS
  • Extra Mocha Options: --timeout 10000 --compilers ts:ts-node/register
  • File Patterns: src/**/*.test.ts

Contributing

Fork and add to your .git/config

[remote "upstream"]
url = https://github.com/redhataccess/hydrajs.git
fetch = +refs/heads/*:refs/remotes/upstream/*

Release process

For minor patche releases

npm run patch-release

FAQs

Package last updated on 31 Jan 2017

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