dmock-server
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -12,2 +12,5 @@ /// <reference types="node" /> | ||
* @param parameters The parameters of the mock server | ||
* @param parameters.hostname The hostname of the server, default is localhost | ||
* @param parameters.port The port the server listens to, default is 3000 | ||
* @param parameters.routes An array of the routes the server will mock | ||
*/ | ||
@@ -14,0 +17,0 @@ constructor(parameters: MockServerParameters); |
@@ -9,2 +9,5 @@ "use strict"; | ||
* @param parameters The parameters of the mock server | ||
* @param parameters.hostname The hostname of the server, default is localhost | ||
* @param parameters.port The port the server listens to, default is 3000 | ||
* @param parameters.routes An array of the routes the server will mock | ||
*/ | ||
@@ -11,0 +14,0 @@ constructor(parameters) { |
{ | ||
"name": "dmock-server", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A typescript based mock server NPM module", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
7913
7
110