@halsp/cors
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -24,4 +24,4 @@ "use strict"; | ||
super(); | ||
_CorsMiddleware_instances.add(this); | ||
this.options = options; | ||
_CorsMiddleware_instances.add(this); | ||
} | ||
@@ -28,0 +28,0 @@ invoke() { |
{ | ||
"name": "@halsp/cors", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Halsp 跨域插件", | ||
@@ -36,4 +36,4 @@ "engines": { | ||
"dependencies": { | ||
"@halsp/core": "^2.0.1", | ||
"@halsp/http": "^2.0.1" | ||
"@halsp/core": "^2.1.0", | ||
"@halsp/http": "^2.1.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "files": [ | ||
], | ||
"gitHead": "d98161a32ace9069cbbeb919e6e0300e24cffd71" | ||
"gitHead": "d872815edbc4463ddd8214fab0b5f6ba70c0cdcf" | ||
} |
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
Updated@halsp/core@^2.1.0
Updated@halsp/http@^2.1.0