New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 8.9.1 to 8.9.2

2

lib/ext/Rester.js

@@ -32,3 +32,3 @@ let Clerobee = require('clerobee')

},
dorest: function ( firestarter, serviceInInterest ) {
dorest: async function ( firestarter, serviceInInterest ) {
let self = this

@@ -35,0 +35,0 @@

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

},
checkSecurity: function ( data ) {
checkSecurity: async function ( data ) {
let self = this

@@ -83,3 +83,3 @@

},
harconio: function ( io, serverServices ) {
harconio: async function ( io, serverServices ) {
let self = this

@@ -111,3 +111,3 @@ return new Promise( async (resolve, reject) => {

},
jsonio: function ( io, serverServices ) {
jsonio: async function ( io, serverServices ) {
let self = this

@@ -137,3 +137,3 @@ return new Promise( async (resolve, reject) => {

},
io: function ( io, serverServices = {} ) {
io: async function ( io, serverServices = {} ) {
let self = this

@@ -140,0 +140,0 @@ return new Promise( async (resolve, reject) => {

{
"name": "harcon-radiation",
"version": "8.9.1",
"version": "8.9.2",
"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