harbor-master icon indicating copy to clipboard operation
harbor-master copied to clipboard

🛥️ Harbor Master is a Docker Remote API client written in Node.js

Results 12 harbor-master issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

The connect network functionnality was missing. I fix it by altering the file lib/schemas/networks.js . Also I have edited the lib/endpoints/networks.js because the parameters had to be passed throught a...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

The docker docs are pretty bad for optional args to any of the commands but To filter a service by name in the task API you need a request of...

Hi, I found a small bug that fires when calling the client.networks().connect() method. The reason is that the "options" validation schema is missing. To fix this bug you have to...

Hello, thanks for the lib. i think i found something not working as expected. if i use the ```client.containers().start(container.Id);``` I'm getting a error with status code 204. As of the...

While using the library to run docker containers I found the docker api returning 204 (success) and the library treats it as an error.