Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "apimocker", | ||
"description": "Simple HTTP server that returns mock service API responses to your front end.", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"engines": {"node": ">=0.10.0"}, | ||
@@ -6,0 +6,0 @@ "author": "Greg Stroup <gstroup@gmail.com>", |
@@ -43,2 +43,3 @@ # apimocker | ||
See the sample config.json file in this package. | ||
* config.json file format has changed with the 0.1.6 release. See below for the new format. (Old config.json file format is deprecated, but still functioning.) | ||
@@ -49,2 +50,3 @@ * Content-type for a service response can be set for each service. If not set, content-type defaults to applicatoin/xml for .xml files, and application/json for .json files. | ||
* Allowed domains can be set to restrict CORS requests to certain domains. | ||
```js | ||
@@ -51,0 +53,0 @@ { |
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
27015
117