🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

node-mocks-http

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-mocks-http - npm Package Versions

123567

1.6.4

Diff
howardabrams
published 1.6.4 •

Changelog

Source

v 1.6.4

  • Incorporated a trimmed down published NPM artifact PR #141
howardabrams
published 1.6.3 •

Changelog

Source

v 1.6.3

  • Moved @types/express to dev-dependencies. [PR #136][136]
howardabrams
published 1.6.2 •
howardabrams
published 1.6.1 •

Changelog

Source

v 1.6.1

  • Fix for Issue #130 for method chaining for cookie() and clearCookie()
  • Fix for Issue #131 for adding finished to the response
howardabrams
published 1.5.6 •
howardabrams
published 1.5.5 •
howardabrams
published 1.5.4 •

Changelog

Source

v 1.5.4

  • Call write method from json method of responseMock [PR #98][98]
howardabrams
published 1.5.3 •

Changelog

Source

v 1.5.3

  • Add .format to the mockResponse object [PR #94][94]
  • Add .location to the mockResponse object [PR #96][96]
  • Add API method, createMocks to create both mocks with correct references
howardabrams
published 1.5.2 •

Changelog

Source

v 1.5.2

  • Add case insensitive response headers [#85][85]
  • Fix behavior of mockResponse.writeHead [#92][92]
  • Add support for statusMessage [#84][84]
  • Fix issue with req.param not returning when false [#82][82]
  • Other bug fixes
howardabrams
published 1.5.1 •

Changelog

Source

v 1.5.1

  • Add support for the .vary() response method