Socket
Socket
Sign inDemoInstall

koa

Package Overview
Dependencies
Maintainers
11
Versions
104
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 2.15.2 to 2.15.3

6

History.md
2.15.3 / 2024-04-11
==================
**fixes**
* [[`1fad597`](http://github.com/koajs/koa/commit/1fad5974dc2b7c5baef3e7438679911826ec7398)] - fix: require URL from 'url' module (#1809) (fengmk2 <<suqian.yf@antgroup.com>>)
2.15.2 / 2024-03-21

@@ -3,0 +9,0 @@ ==================

1

lib/response.js

@@ -22,2 +22,3 @@

const Stream = require('stream');
const URL = require('url').URL;

@@ -24,0 +25,0 @@ /**

2

package.json
{
"name": "koa",
"version": "2.15.2",
"version": "2.15.3",
"description": "Koa web app framework",

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

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