@appolo/agent
Advanced tools
Comparing version 8.0.8 to 8.0.9
@@ -68,3 +68,3 @@ "use strict"; | ||
set: function (value) { | ||
this[name] = value; | ||
this["_" + name] = value; | ||
} | ||
@@ -71,0 +71,0 @@ }); |
@@ -1,2 +0,2 @@ | ||
import http = require('http'); | ||
import http = require('http'); | ||
import {parse} from "url"; | ||
@@ -126,3 +126,3 @@ import {NextFn} from "./types"; | ||
set: function (value) { | ||
this[name] = value | ||
this["_" + name] = value; | ||
} | ||
@@ -129,0 +129,0 @@ }); |
@@ -30,3 +30,3 @@ { | ||
"main": "./index.js", | ||
"version": "8.0.8", | ||
"version": "8.0.9", | ||
"license": "MIT", | ||
@@ -40,40 +40,39 @@ "repository": { | ||
"dependencies": { | ||
"@appolo/events": "^8.0.1", | ||
"@appolo/events": "^8.0.2", | ||
"@appolo/router": "^8.0.2", | ||
"@appolo/utils": "^8.0.0", | ||
"mime": "^2.4.6", | ||
"tslib": "^2.0.1" | ||
"mime": "^3.0.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"middie": "^5.1.0", | ||
"@types/benchmark": "^1.0.33", | ||
"@types/chai": "^4.2.12", | ||
"middie": "^5.4.0", | ||
"@types/benchmark": "^2.1.1", | ||
"@types/chai": "^4.3.0", | ||
"@types/chai-http": "^4.2.0", | ||
"@types/cookie": "^0.4.0", | ||
"@types/express": "^4.17.8", | ||
"@types/lodash": "^4.14.161", | ||
"@types/cookie": "^0.4.1", | ||
"@types/express": "^4.17.13", | ||
"@types/mime": "^2.0.3", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.4", | ||
"@types/sinon": "^9.0.5", | ||
"@types/sinon-chai": "^3.2.4", | ||
"@types/supertest": "^2.0.10", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^17.0.6", | ||
"@types/sinon": "^10.0.6", | ||
"@types/sinon-chai": "^3.2.8", | ||
"@types/supertest": "^2.0.11", | ||
"@types/type-is": "^1.6.3", | ||
"autocannon": "^6.1.0", | ||
"autocannon": "^7.5.1", | ||
"benchmark": "^2.1.4", | ||
"body-parser": "^1.19.0", | ||
"chai": "^4.2.0", | ||
"body-parser": "^1.19.1", | ||
"chai": "^4.3.4", | ||
"chai-http": "^4.3.0", | ||
"cli-table": "^0.3.1", | ||
"consolidate": "^0.15.1", | ||
"express": "^4.17.1", | ||
"fastify": "^3.3.0", | ||
"mocha": "^8.1.3", | ||
"nunjucks": "^3.2.2", | ||
"cli-table": "^0.3.11", | ||
"consolidate": "^0.16.0", | ||
"express": "^4.17.2", | ||
"fastify": "^3.25.3", | ||
"mocha": "^9.1.3", | ||
"nunjucks": "^3.2.3", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.0.3", | ||
"sinon-chai": "^3.5.0", | ||
"supertest": "^4.0.2", | ||
"typescript": "^4.0.2" | ||
"sinon": "^12.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"supertest": "^6.1.6", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
29
119397
+ Addedmime@3.0.0(transitive)
- Removedmime@2.6.0(transitive)
Updated@appolo/events@^8.0.2
Updatedmime@^3.0.0
Updatedtslib@^2.3.1