open-api-mocker
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.2.4] - 2020-02-10 | ||
### Fixed | ||
- Added credentials in CORS configuration | ||
## [1.2.3] - 2020-02-09 | ||
@@ -11,0 +15,0 @@ ### Fixed |
@@ -56,3 +56,4 @@ 'use strict'; | ||
cors({ | ||
origin: true | ||
origin: true, | ||
credentials: true | ||
}), | ||
@@ -59,0 +60,0 @@ bodyParser.json({ |
{ | ||
"name": "open-api-mocker", | ||
"version": "1.2.3", | ||
"version": "1.2.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
44905
1370