toxiproxy-node-client
toxiproxy-node-client copied to clipboard
Node Client for Toxiproxy
Make `Proxy` and `Toxic` classes immutable and remove cyclic dependencies. Removing the cyclic dependencies between the objects has many benefits, for example JSON (de-)serialization of Axios errors now just works....
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
When trying to use this library from vitest in-browser, it errors with "process is not defined". Using native `fetch` would allow this to run everywhere.
Is this library deprecated or still active? We like to continue using toxiproxy in our integration tests for database connectivity-loss/recovery testing but the 'requests' library (deprecated since 2020) that it...
https://app.renovatebot.com/package-diff?name=toxiproxy-node-client&from=3.0.0&to=4.0.0 It might also be good to remove the example files in example-code from the npm package
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.12.0. Release notes Sourced from axios's releases. Release v1.12.0 Release notes: Bug Fixes adding build artifacts (9ec86de) dont add dist on release (a2edc36) fetch-adapter: set...