🚀 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

123456

0.0.9

Diff
howardabrams
published 0.0.9 •

Changelog

Source

v 0.0.9

  • Adds support for response cookies
xiaoquqi
published 0.0.8 •

Changelog

Source

v 0.0.8

  • Adds support for request headers
  • Fix wrong function name of set cookies
xiaoquqi
published 0.0.7 •

Changelog

Source

v 0.0.7

  • Adds support for request cookies
howardabrams
published 0.0.6 •

Changelog

Source

v 0.0.6

  • Adds support for request files
howardabrams
published 0.0.5 •

Changelog

Source

v 0.0.5

  • Fixed a bug where response.send() can take two parameters, the status code and the data to send.
howardabrams
published 0.0.4 •

Changelog

Source

v 0.0.4

  • Adds a request.session that can be set during construction (or via calling the _setSessionVariable() method, and read as an object.
howardabrams
published 0.0.2 •

Changelog

Source

v 0.0.2

  • Code refactoring of the Response mock.
howardabrams
published 0.0.1 •

Changelog

Source

v 0.0.1

  • Initial code banged out one late night...