openapi-police
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -20,4 +20,4 @@ "use strict"; | ||
query: ['simple', 'spaceDelimited', 'pipeDelimited', 'deepObject'], | ||
cookie: ['form'], | ||
header: ['simple'] | ||
cookie: ['simple', 'form', 'spaceDelimited', 'pipeDelimited',], | ||
header: ['simple', 'form', 'spaceDelimited', 'pipeDelimited',] | ||
}; | ||
@@ -24,0 +24,0 @@ const tuple_re = /^([^=]+)(?:=(.*))?$/; |
{ | ||
"name": "openapi-police", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "OpenAPI v3 validators and utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
30051