serve-handler
Advanced tools
Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "serve-handler", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "The routing foundation of `serve` and static deployments on Now", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -27,2 +27,4 @@ // Native | ||
const hash = createHash('sha1'); | ||
hash.update(path.extname(absolutePath)); | ||
hash.update('-'); | ||
const rs = handlers.createReadStream(absolutePath); | ||
@@ -29,0 +31,0 @@ rs.on('error', reject); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43318
653
0