nock 7.6.0 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +45 -33
  2. package/README.md +1 -1
  3. package/coverage/coverage.json +1 -1
  4. package/coverage/lcov-report/base.css +143 -113
  5. package/coverage/lcov-report/index.html +55 -35
  6. package/coverage/lcov-report/nock/index.html +46 -26
  7. package/coverage/lcov-report/nock/index.js.html +45 -25
  8. package/coverage/lcov-report/nock/lib/back.js.html +144 -121
  9. package/coverage/lcov-report/nock/lib/common.js.html +185 -165
  10. package/coverage/lcov-report/nock/lib/delayed_body.js.html +61 -41
  11. package/coverage/lcov-report/nock/lib/global_emitter.js.html +42 -22
  12. package/coverage/lcov-report/nock/lib/index.html +111 -91
  13. package/coverage/lcov-report/nock/lib/intercept.js.html +219 -244
  14. package/coverage/lcov-report/nock/lib/interceptor.js.html +309 -259
  15. package/coverage/lcov-report/nock/lib/match_body.js.html +76 -56
  16. package/coverage/lcov-report/nock/lib/mixin.js.html +50 -30
  17. package/coverage/lcov-report/nock/lib/request_overrider.js.html +285 -265
  18. package/coverage/lcov-report/nock/lib/scope.js.html +204 -184
  19. package/coverage/lcov-report/nock/lib/socket.js.html +89 -54
  20. package/coverage/lcov-report/sorter.js +4 -2
  21. package/coverage/lcov.info +1225 -1213
  22. package/lib/common.js +2 -2
  23. package/lib/intercept.js +8 -23
  24. package/lib/request_overrider.js +1 -1
  25. package/lib/socket.js +6 -1
  26. package/package.json +14 -13
  27. package/tests/browserify-public/browserify-bundle.js +26754 -23296
  28. package/tests/test_back.js +14 -26
  29. package/tests/test_back_2.js +10 -5
  30. package/tests/test_events.js +19 -6
  31. package/tests/test_intercept.js +168 -146

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.