netlify-headers-parser
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -1,2 +0,2 @@ | ||
export declare type Header = { | ||
export type Header = { | ||
for: string; | ||
@@ -3,0 +3,0 @@ forRegExp?: RegExp; |
{ | ||
"name": "netlify-headers-parser", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "Parses Netlify headers into a JavaScript object representation", | ||
@@ -43,3 +43,4 @@ "type": "module", | ||
"type": "git", | ||
"url": "git+https://github.com/netlify/build.git" | ||
"url": "https://github.com/netlify/build.git", | ||
"directory": "packages/headers-parser" | ||
}, | ||
@@ -50,3 +51,3 @@ "bugs": { | ||
"homepage": "https://github.com/netlify/build#readme", | ||
"gitHead": "e22d6106d734d2b4b7b49d2a2350be21913c0cbf" | ||
"gitHead": "7dcf167e961cce8075b96b894bf90156b03dbaf3" | ||
} |
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
18157