open-api-mocker
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.4] - 2019-12-30 | ||
### Fixed | ||
- CORS configuration improved | ||
## [1.1.3] - 2019-09-07 | ||
@@ -11,0 +15,0 @@ ### Added |
@@ -54,9 +54,3 @@ 'use strict'; | ||
cors({ | ||
origin: true, | ||
allowedHeaders: [ | ||
'content-type', | ||
'janis-client', | ||
'x-api-key' | ||
], | ||
credentials: true | ||
origin: true | ||
}), | ||
@@ -63,0 +57,0 @@ bodyParser.json({ |
{ | ||
"name": "open-api-mocker", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A mock server based in Open API Specification", | ||
@@ -5,0 +5,0 @@ "main": "lib/open-api-mocker.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
43762
1340