netlify-headers-parser
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "netlify-headers-parser", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Parses Netlify headers into a JavaScript object representation", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
"engines": { | ||
"node": ">=10.18.0" | ||
"node": "^12.20.0 || ^14.14.0 || >=16.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "author": "Netlify", | ||
"devDependencies": { | ||
"@netlify/eslint-config-node": "^3.2.2", | ||
"@netlify/eslint-config-node": "^3.3.8", | ||
"ava": "^3.0.0", | ||
@@ -44,0 +44,0 @@ "nyc": "^15.1.0", |
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
17173