Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
Stars
660
Forks
51
Watchers
660
Open Issues
15
Overall repository health assessment
>= 5 < 6>= 1.12.0 < 3>= 0.13 < 0.14>= 1.9 < 2>= 1.1.6 < 1.14180
commits
7
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Disable keep-alive on HTTP and HTTPS global agents on all Node versions when enabled.
7bc6320View on GitHubDisable keep-alive on HTTP and HTTPS global agents on Node v19+.
11f789aView on GitHubAdd Underscore.js dependency version increase to CHANGELOG.
e320ea5View on GitHubCVE-2021-23358: The package underscore from 1.13.0-0 and before 1.13.0-2, from 1.3.2 and before 1.12.1 are vulnerable to Arbitrary Code Injection via the template function, particularly when a variable property is passed as an argument as it is not sanitized
f16582fView on GitHub