Socket
Socket
Sign inDemoInstall

koa

Package Overview
Dependencies
Maintainers
9
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.1.0 to 2.2.0

8

History.md
2.2.0 / 2017-03-14
==================
* fix: drop `package.engines.node` requirement to >= 6.0.0
* this fixes `yarn`, which errors when this semver range is not satisfied
* bump `cookies@~0.7.0`
* bump `fresh@^0.5.0`
2.1.0 / 2017-03-07

@@ -3,0 +11,0 @@ ==================

2

lib/application.js

@@ -33,3 +33,2 @@

module.exports = class Application extends Emitter {
/**

@@ -189,3 +188,2 @@ * Initialize a new `Application`.

}
};

@@ -192,0 +190,0 @@

{
"name": "koa",
"version": "2.1.0",
"version": "2.2.0",
"description": "Koa web app framework",

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

"content-type": "^1.0.0",
"cookies": "~0.6.1",
"cookies": "~0.7.0",
"debug": "*",

@@ -32,3 +32,3 @@ "delegates": "^1.0.0",

"escape-html": "~1.0.1",
"fresh": "^0.3.0",
"fresh": "^0.5.0",
"http-assert": "^1.1.0",

@@ -50,7 +50,7 @@ "http-errors": "^1.2.8",

"babel-eslint": "^7.1.1",
"eslint": "^2.5.3",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.0",

@@ -60,7 +60,7 @@ "mocha": "^3.2.0",

"should-http": "0.0.3",
"supertest": "^1.0.1",
"supertest": "^3.0.0",
"test-console": "^0.7.1"
},
"engines": {
"node": ">= 7.6.0"
"node": ">= 6.0.0"
},

@@ -67,0 +67,0 @@ "files": [

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