Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

koa

Package Overview
Dependencies
Maintainers
5
Versions
105
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.5.0 to 2.5.1

9

History.md
2.5.1 / 2018-04-27
==================
* test: node v10 on travis (#1182)
* fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
* use this.response insteadof this.ctx.response (#1163)
* deps: remove istanbul (#1151)
* Update guide.md (#1150)
2.5.0 / 2018-02-11

@@ -3,0 +12,0 @@ ==================

2

lib/request.js

@@ -312,3 +312,3 @@

if ((s >= 200 && s < 300) || 304 == s) {
return fresh(this.header, this.ctx.response.header);
return fresh(this.header, this.response.header);
}

@@ -315,0 +315,0 @@

{
"name": "koa",
"version": "2.5.0",
"version": "2.5.1",
"description": "Koa web app framework",

@@ -56,3 +56,2 @@ "main": "lib/application.js",

"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.0",
"jest": "^20.0.0",

@@ -59,0 +58,0 @@ "supertest": "^3.0.0"

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