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

koa-etag

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-etag - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

11

History.md
2.1.2 / 2017-08-21
==================
* chore: set publish tag to v2
* fix: use yield instead of yield* (#48)
* chore(package): update eslint-plugin-standard to version 2.0.0 (#29)
* chore(package): update eslint-plugin-promise to version 2.0.0 (#30)
* chore(package): update supertest to version 2.0.0 (#34)
* chore(package): update mocha to version 3.0.2 (#41)
* chore(package): update eslint to version 3.3.0
2.1.0 / 2015-10-27

@@ -3,0 +14,0 @@ ==================

4

index.js

@@ -26,7 +26,7 @@

return function *etag(next){
yield* next;
yield next;
// no body
var body = this.body;
if (!body || this.response.get('ETag')) return;
if (!body || this.response.get('etag')) return;

@@ -33,0 +33,0 @@ // type

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

"repository": "koajs/etag",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [

@@ -21,12 +21,12 @@ "koa",

"devDependencies": {
"eslint": "^2.2.0",
"eslint": "^3.3.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"istanbul": "^0.4.0",
"koa": "^1.0.0",
"koa-static": "^2.0.0",
"mocha": "^2.0.0",
"mocha": "^3.0.2",
"should": "^8.0.2",
"supertest": "^1.1.0"
"supertest": "^2.0.0"
},

@@ -43,3 +43,6 @@ "license": "MIT",

"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
},
"publishConfig": {
"tag": "v2"
}
}
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