mockserver icon indicating copy to clipboard operation
mockserver copied to clipboard

Mock your backends in a matter of seconds. HTTP is King.

Results 43 mockserver issues
Sort by recently updated
recently updated
newest added

A project uses the mock server latest version and when we perform the npm install, it triggers the following messages. _npm WARN deprecated [email protected]: Please upgrade to version 7 or...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi guys, I just wanted to check if I can add a root path to all the express routes ? In express, the similar can be achieved using the below...

This allows you to create servers that use HTTPS. This can be important for working with certain features (service workers, iframes, etc.) especially when on the same domain/hostname. This is...

husky version dropped to 6.0.0 as 7+ is not compatible with Node

Passing the context to `evalHandler` (contrary to its signature) makes the request parameter unreachable in the evaluated code. https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/handlers/evalHandler.js#L1 https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/mockserver.js#L84 https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/mockserver.js#L110 So the following doesn't work, since `request` has here...