You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

koa

Package Overview
Dependencies
Maintainers
11
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa - npm Package Compare versions

Comparing version
3.1.0
to
3.1.1
+4
-1
lib/response.js

@@ -142,3 +142,6 @@ 'use strict'

original.once('error', () => {})
destroy(original)
// Only destroy if the new value is not a stream
if (!isStream(val)) {
destroy(original)
}
}

@@ -145,0 +148,0 @@ }

+1
-1
{
"name": "koa",
"version": "3.1.0",
"version": "3.1.1",
"description": "Koa web app framework",

@@ -5,0 +5,0 @@ "main": "lib/application.js",