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.14 to 9.2.15

3

lib/ext/Socketer.js

@@ -17,3 +17,3 @@ let Proback = require('proback.js')

if ( !self.Websocket.includes(path) )
throw new Error('Unknown path to call' )
throw new Error(`Unknown path to call: ${path}` )

@@ -92,2 +92,3 @@ let res = await self.request( data.id, data.terms, data.division, data.event, data.params || data.parameters || [] )

let path = firestarter.division + '.' + prefix + '.' + service
self.options.logger.radiationlog( null, 'Websocket service event has been activated: ' + path, {}, self.options.logLevel )
if ( !self.Websocket.includes(path) )

@@ -94,0 +95,0 @@ self.Websocket.push( path )

{
"name": "harcon-radiation",
"version": "9.2.14",
"version": "9.2.15",
"description": "REST and Websocket plugin for harcon",

@@ -5,0 +5,0 @@ "keywords": [

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