Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

harcon-radiation

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon-radiation - npm Package Compare versions

Comparing version 9.2.16 to 9.2.17

2

lib/ext/Socketer.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc