Comparing version 3.0.7 to 3.0.8
@@ -0,1 +1,19 @@ | ||
## [3.0.8](https://github.com/feix760/feproxy/compare/v3.0.6...v3.0.8) (2020-08-20) | ||
### Bug Fixes | ||
* Fix close alive socket ([092cc7d](https://github.com/feix760/feproxy/commit/092cc7d308ba1c310d98d368ea8aa1256d1e9be4)) | ||
* Fix devtools websocket ip updated bug ([b0a23c5](https://github.com/feix760/feproxy/commit/b0a23c5abedd32ec11320f20652b1e490e324709)) | ||
* Fix IOS TSL requirement update ([bc173f5](https://github.com/feix760/feproxy/commit/bc173f50e1fe7bbbdc35b62febc7aaa253f80a3e)) | ||
* host not the same fix for android ([2151bce](https://github.com/feix760/feproxy/commit/2151bced51a77dffa55e2aaaa3308cc2502ca31e)) | ||
* save https settings to file ([d972fe3](https://github.com/feix760/feproxy/commit/d972fe3e6f3f5195ca892fdb2f0685bbfb7dcab5)) | ||
### Features | ||
* https capture settings ([686da51](https://github.com/feix760/feproxy/commit/686da51039f482baf4b2e6ed2459496d8d2bedb7)) | ||
## [3.0.7](https://github.com/feix760/feproxy/compare/v3.0.6...v3.0.7) (2020-03-11) | ||
@@ -2,0 +20,0 @@ |
@@ -119,3 +119,3 @@ | ||
cert.validity.notBefore.setFullYear(curYear - 1); | ||
cert.validity.notAfter.setFullYear(curYear + 10); | ||
cert.validity.notAfter.setFullYear(curYear + 1); | ||
} | ||
@@ -122,0 +122,0 @@ |
{ | ||
"name": "feproxy", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "An node proxy server for web development", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
12
717488
48
3725