Socket
Socket
Sign inDemoInstall

koa-send

Package Overview
Dependencies
Maintainers
9
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-send - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

5

History.md
4.1.2 / 2017-12-14
==================
* Fix issue with dots in path when using extensions array (#92)
4.1.1 / 2017-09-25

@@ -3,0 +8,0 @@ ==================

2

index.js

@@ -87,3 +87,3 @@ /**

if (extensions && !/\..*$/.exec(path)) {
if (extensions && !/\.[^/]*$/.exec(path)) {
const list = [].concat(extensions)

@@ -90,0 +90,0 @@ for (let i = 0; i < list.length; i++) {

@@ -5,3 +5,3 @@ {

"repository": "koajs/send",
"version": "4.1.1",
"version": "4.1.2",
"keywords": [

@@ -8,0 +8,0 @@ "koa",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc