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 1.0.1 to 1.0.2

3

lib/harcon-radiation.js

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

var VERSION = exports.VERSION = '1.0.1';
var VERSION = exports.VERSION = '1.0.2';
function extend(obj, extension){

@@ -163,2 +163,3 @@ for(var key in extension){

var security = firestarter.object.security || {};
security.options = true;
path.protector = security.protector ? ( isFunction(security.protector) ? security.protector : security.protector[service] ) : null;

@@ -165,0 +166,0 @@ self.restify.post( path, function( request, content, callback ){

{
"name": "harcon-radiation",
"version": "1.0.1",
"version": "1.0.2",
"description": "REST and Websocket plugin for harcon",

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

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