Comparing version 2.0.6 to 3.0.0
@@ -38,3 +38,4 @@ 'use strict'; | ||
'Authorization', | ||
'Accept' | ||
'Accept', | ||
'Set-Cookie' | ||
], | ||
@@ -41,0 +42,0 @@ expose_headers: [], |
{ | ||
"name": "corsable", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "lightweight CORS", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^5.9.0", | ||
"eslint": "^5.16.0", | ||
"micro": "^9.3.3", | ||
@@ -26,0 +26,0 @@ "node-fetch": "^2.3.0", |
@@ -101,3 +101,4 @@ # simple CORS | ||
'Authorization', | ||
'Accept' | ||
'Accept', | ||
'Cookie' | ||
]` | ||
@@ -107,2 +108,5 @@ | ||
default: `[]` | ||
default: `[ | ||
'Authorization', | ||
'Set-Cookie' | ||
]` |
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
9399
144
111