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 0.6.0 to 0.6.1

10

lib/harcon-radiation.js

@@ -6,3 +6,3 @@ var ES6 = require('./ES6Fixer');

var VERSION = exports.VERSION = '0.6.0';
var VERSION = exports.VERSION = '0.6.1';
function extend(obj, extension){

@@ -155,5 +155,7 @@ for(var key in extension){

self.ignite( clerobee.generate(), { request: request, content: content }, firestarter.division, firestarter.context + '.' + service, content.params || content.parameters || [], function(err, res){
if( self.inceptors[ path.context + path.path ] )
self.inceptors[ path.context + path.path ]( request, content, err, res );
callback( err, res );
var interceptor = self.inceptors[ path.context + path.path ];
if( interceptor )
interceptor( request, content, err, res, callback );
else
callback( err, res );
} );

@@ -160,0 +162,0 @@ }, null, security );

4

package.json
{
"name": "harcon-radiation",
"version": "0.6.0",
"version": "0.6.1",
"description": "REST and Websocket plugin for harcon",

@@ -54,3 +54,3 @@ "keywords": [

},
"_id": "harcon-radiation@0.6.0"
"_id": "harcon-radiation@0.6.1"
}
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