Comparing version 2.1.1 to 2.1.2
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 @@ ================== |
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5491
1