@logux/server
Advanced tools
Comparing version 0.9.5 to 0.9.6
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.9.6 | ||
* Update `yargs`. | ||
## 0.9.5 | ||
@@ -5,0 +8,0 @@ * Fixed sending server’s actions to backend. |
@@ -15,6 +15,3 @@ let { isAbsolute, join } = require('path') | ||
} else { | ||
return content | ||
.toString() | ||
.trim() | ||
.startsWith(PEM_PREAMBLE) | ||
return content.toString().trim().startsWith(PEM_PREAMBLE) | ||
} | ||
@@ -21,0 +18,0 @@ } |
{ | ||
"name": "@logux/server", | ||
"version": "0.9.5", | ||
"version": "0.9.6", | ||
"description": "Build own Logux server or make proxy between WebSocket and HTTP backend on any language", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@logux/core": "^0.6.1", | ||
"@logux/core": "^0.6.2", | ||
"JSONStream": "^1.3.5", | ||
@@ -41,3 +41,3 @@ "colorette": "^1.2.1", | ||
"nanoid": "^3.1.12", | ||
"pino": "^6.5.0", | ||
"pino": "^6.6.1", | ||
"semver": "^7.3.2", | ||
@@ -47,5 +47,5 @@ "strip-ansi": "^6.0.0", | ||
"ws": "^7.3.1", | ||
"yargs": "^15.4.1", | ||
"yargs": "^16.0.3", | ||
"yyyy-mm-dd": "^1.0.2" | ||
} | ||
} |
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
118368
3864
+ Addedcliui@7.0.4(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedwrap-ansi@7.0.0(transitive)
+ Addedy18n@5.0.8(transitive)
+ Addedyargs@16.2.0(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removedcamelcase@5.3.1(transitive)
- Removedcliui@6.0.0(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedpath-exists@4.0.0(transitive)
- Removedrequire-main-filename@2.0.0(transitive)
- Removedset-blocking@2.0.0(transitive)
- Removedwhich-module@2.0.1(transitive)
- Removedwrap-ansi@6.2.0(transitive)
- Removedy18n@4.0.3(transitive)
- Removedyargs@15.4.1(transitive)
- Removedyargs-parser@18.1.3(transitive)
Updated@logux/core@^0.6.2
Updatedpino@^6.6.1
Updatedyargs@^16.0.3