Skip to content

Tags: quaternion/nock

Tags

v13.2.7

Toggle v13.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `InterceptedRequestRouter.handleWrite` arity issue (nock#2371)

v13.2.6

Toggle v13.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "chore(deps-dev): bump got from 11.8.3 to 12.1.0" (nock#2366)

This reverts commit 8a82b50.

v13.2.5

Toggle v13.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(dep): migrate from lodash.set to lodash. (nock#2306)

Listing `lodash` as a prod dependency has a few advantages over the single func dep we were using.
Primarily, when a security vulnerability is patched in LoDash, those changes don't get published to individual function libs anymore.
The most recent example being the prototype pollution that was patched in 4.17.16.
That particular vulnerability didn't effect Nock because of our usage, however, Nock does show up as having a vulnerability because of it which is a pain for consumers. It also creates a future problem where the next patch could affect Nock more directly.
nock#2279

It should be noted that LoDash itself discourages the use of these single function libs: https://lodash.com/per-method-packages

This changes also removes the vendor-izing of two LoDash functions in favor of using the lib directly (`isPlainObject` and `mapValues`).

v13.2.4

Toggle v13.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: looking up timeout on agent with no options (nock#2299)

v13.2.3

Toggle v13.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: delay when timeout is on the Agent (nock#2297)

resolves nock#2296

v13.2.2

Toggle v13.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: `allowUnocked` not working with regex host + request body match (n…

…ock#2277)

v13.2.1

Toggle v13.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(type): add `update` type for record mode (nock#2250)

Included 'update' in the BackMode union, following the introduction of the update mode (nock#2241).

v13.2.0

Toggle v13.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(record): `update` mode (nock#2241)

v13.1.4

Toggle v13.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: send Buffer with length (nock#2232)

v13.1.3

Toggle v13.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(interceptor): don't hang, don't leak resources (nock#2224)