harcon-radiation
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31262
482