@loopback/http-server
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.6](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.1.5...@loopback/http-server@1.1.6) (2019-02-25) | ||
**Note:** Version bump only for package @loopback/http-server | ||
## [1.1.5](https://github.com/strongloop/loopback-next/compare/@loopback/http-server@1.1.4...@loopback/http-server@1.1.5) (2019-02-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@loopback/http-server", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A wrapper for creating HTTP/HTTPS servers", | ||
@@ -16,13 +16,13 @@ "engines": { | ||
}, | ||
"author": "IBM", | ||
"author": "IBM Corp.", | ||
"copyright.owner": "IBM Corp.", | ||
"license": "MIT", | ||
"dependencies": { | ||
"p-event": "^2.0.0" | ||
"p-event": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@loopback/build": "^1.3.0", | ||
"@loopback/core": "^1.1.6", | ||
"@loopback/testlab": "^1.0.6", | ||
"@loopback/tslint-config": "^2.0.0", | ||
"@loopback/build": "^1.3.1", | ||
"@loopback/core": "^1.1.7", | ||
"@loopback/testlab": "^1.0.7", | ||
"@loopback/tslint-config": "^2.0.1", | ||
"@types/node": "^10.11.2", | ||
@@ -48,3 +48,3 @@ "@types/p-event": "^1.3.0", | ||
}, | ||
"gitHead": "596a143d4a0aa1f078110aa6303ea933a40eead0" | ||
"gitHead": "f60b097f1b872bd126c85b1f4390fcabe51f3f6c" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25038
2
Updatedp-event@^2.3.1