harcon-radiation
Advanced tools
Comparing version 9.2.16 to 9.2.17
@@ -16,3 +16,3 @@ let Proback = require('proback.js') | ||
let path = data.division + '.' + data.event | ||
if ( !self.Websocket.includes(path) ) | ||
if ( !self.options.websocket.passthrough && !self.Websocket.includes(path) ) | ||
throw new Error(`Unknown path to call: ${path}` ) | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "harcon-radiation", | ||
"version": "9.2.16", | ||
"version": "9.2.17", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -29,6 +29,6 @@ "keywords": [ | ||
"fastify": "~2", | ||
"fastify-compress": "^0.11.0", | ||
"fastify-compress": "^1.0.0", | ||
"fastify-healthcheck": "^2.1.0", | ||
"fastify-helmet": "^3.0.1", | ||
"fastify-jwt": "^1.1.0", | ||
"fastify-helmet": "^3.0.2", | ||
"fastify-jwt": "^1.2.0", | ||
"fastify-multipart": "^1.0.2", | ||
@@ -40,3 +40,3 @@ "fastify-plugin": "^1.6.0", | ||
"proback.js": "^2.1.8", | ||
"ws": "^7.1.2" | ||
"ws": "^7.2.0" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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
68218
+ Addedfastify-compress@1.1.0(transitive)
+ Addedminipass@2.9.0(transitive)
+ Addedstring-to-stream@3.0.1(transitive)
- Removedfastify-compress@0.11.0(transitive)
- Removedminipass@2.3.5(transitive)
- Removedstring-to-stream@2.0.0(transitive)
Updatedfastify-compress@^1.0.0
Updatedfastify-helmet@^3.0.2
Updatedfastify-jwt@^1.2.0
Updatedws@^7.2.0