mocker-api
Advanced tools
Comparing version 1.11.2 to 1.12.0
{ | ||
"name": "mocker-api", | ||
"version": "1.11.2", | ||
"version": "1.12.0", | ||
"description": "This is dev support mock RESTful API.", | ||
@@ -47,3 +47,8 @@ "bin": { | ||
}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"@types/body-parser": "^1.19.0", | ||
"@types/express": "^4.17.2", | ||
"@types/http-proxy": "^1.17.3", | ||
"@types/node": "^13.7.1" | ||
} | ||
} |
@@ -154,3 +154,3 @@ mocker-api | ||
- `pathRewrite` => `{}` rewrite target's url path. Object-keys will be used as RegExp to match paths. [#62](https://github.com/jaywcjlove/mocker-api/issues/62) | ||
- `changeHost` => `{}` Setting req headers host. | ||
- `changeHost` => `Boolean` Setting req headers host. | ||
- `httpProxy` => `{}` Set the [listen event](https://github.com/nodejitsu/node-http-proxy#listening-for-proxy-events) and [configuration](https://github.com/nodejitsu/node-http-proxy#options) of [http-proxy](https://github.com/nodejitsu/node-http-proxy) | ||
@@ -157,0 +157,0 @@ - [`bodyParserJSON`](https://github.com/expressjs/body-parser/tree/56a2b73c26b2238bc3050ad90af9ab9c62f4eb97#bodyparserjsonoptions) JSON body parser |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22375
4