Comparing version 6.5.1 to 6.5.2
@@ -91,3 +91,3 @@ // Native | ||
const ignored = !ignoredFiles.every(item => { | ||
return !pathname.includes(item) | ||
return !decodeURIComponent(pathname).includes(item) | ||
}) | ||
@@ -94,0 +94,0 @@ |
{ | ||
"name": "serve", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "Static file serving and directory listing", | ||
@@ -8,3 +8,3 @@ "scripts": { | ||
"lint": "xo", | ||
"test": "npm run lint && NODE_ENV=test nyc ava" | ||
"test": "yarn lint && NODE_ENV=test nyc ava" | ||
}, | ||
@@ -30,3 +30,3 @@ "files": [ | ||
"*.js": [ | ||
"npm run lint", | ||
"yarn lint", | ||
"prettier --single-quote --no-semi --write", | ||
@@ -49,4 +49,6 @@ "git add" | ||
"lint-staged": "7.0.0", | ||
"node-fetch": "2.1.1", | ||
"nyc": "11.4.1", | ||
"prettier": "1.11.0", | ||
"prettier": "1.11.1", | ||
"test-listen": "1.1.0", | ||
"xo": "0.20.3" | ||
@@ -60,3 +62,3 @@ }, | ||
"boxen": "1.3.0", | ||
"chalk": "2.3.1", | ||
"chalk": "2.3.2", | ||
"clipboardy": "1.2.3", | ||
@@ -63,0 +65,0 @@ "dargs": "5.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
28481
9
+ Addedchalk@2.3.2(transitive)
- Removedchalk@2.3.1(transitive)
Updatedchalk@2.3.2