Socket
Socket
Sign inDemoInstall

mappersmith

Package Overview
Dependencies
Maintainers
3
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mappersmith - npm Package Versions

1
13

2.25.1

Diff

Changelog

Source

2.25.1

  • Allow setting of some resource configs at manifest level #114
  • Bugfix: Reject the promise when using the retry middleware and another middleware on the stack throws an error #118
tulios
published 2.25.0 •

Changelog

Source

2.25.0

  • Returns HTTP 408 (instead of 400) when request times out #88
tulios
published 2.24.1 •

Changelog

Source

2.24.1

  • Bugfix: Plain object response data is not stringified on subsequent mock requests #107
tulios
published 2.24.0 •

Changelog

Source

2.24.0

  • Add response callback support to mockClient #91
  • Add status callback support to mockClient #105
tulios
published 2.23.0 •

Changelog

Source

2.23.0

  • Add a way to rename queryparams (queryParamAlias) #102
tulios
published 2.22.2 •

Changelog

Source

2.22.2

  • Cache some RegExp to improve overall performance
tulios
published 2.22.1 •

Changelog

Source

2.22.1

  • Bugfix: Abort requests on timeout (http gateway)
tulios
published 2.22.0 •

Changelog

Source

2.22.0

  • Improve "network error" handling #99
  • Send error instance to gateway#dispatchClientError #99
tulios
published 2.21.0 •

Changelog

Source

2.21.0

  • Throw errors when the middleware request phase fails
    • If the request phase throws an error (e.g.: [Mappersmith] middleware "MyMiddleware" failed in the request phase: <Original error message>)
    • If the request phase returns something different than a mappersmith Request object (e.g.: [Mappersmith] middleware "MyMiddleware" should return "Request" but returned "boolean")
tulios
published 2.20.0 •

Changelog

Source

2.20.0

  • Allow retries on successful calls
  • Add the ability to re-run the middleware stack from the response phase (renew)
  • Add Request#header to get a single header value by name
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc