You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-mocks-http

Package Overview
Dependencies
Maintainers
4
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
h
howardabrams
published 0.0.9 •

Changelog

Source

v 0.0.9

  • Adds support for response cookies
x
xiaoquqi
published 0.0.8 •

Changelog

Source

v 0.0.8

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

Changelog

Source

v 0.0.7

  • Adds support for request cookies
h
howardabrams
published 0.0.6 •

Changelog

Source

v 0.0.6

  • Adds support for request files
h
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.
h
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.
h
howardabrams
published 0.0.2 •

Changelog

Source

v 0.0.2

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

Changelog

Source

v 0.0.1

  • Initial code banged out one late night...