harcon-radiation
Advanced tools
Comparing version 0.7.1 to 0.7.5
@@ -26,2 +26,3 @@ var ES6 = require('./ES6Fixer'); | ||
this.hideInnerServices = this.options.hideInnerServices; | ||
this.innerServicesPrefix = this.options.innerServicesPrefix || '_'; | ||
this.logLevel = this.options.level || 'info'; | ||
@@ -104,3 +105,3 @@ this.logger = this.options.logger || inflicter.logger; | ||
firestarter.services().forEach( function(service){ | ||
if( !service || (self.hideInnerServices && service.charAt(0) === '_') ) return; | ||
if( !service || ( self.hideInnerServices && service.startsWith( self.innerServicesPrefix ) ) ) return; | ||
@@ -107,0 +108,0 @@ var address = publisherFN(firestarter, service); |
{ | ||
"name": "harcon-radiation", | ||
"version": "0.7.1", | ||
"version": "0.7.5", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon-radiation@0.7.1" | ||
"_id": "harcon-radiation@0.7.5" | ||
} |
@@ -63,3 +63,3 @@ Harcon-Radiation - An extension to the [harcon](https://github.com/imrefazekas/harcon) library to automatically expose entities through REST and Websocket. | ||
Copyright (c) 2014 Imre Fazekas | ||
Copyright (c) 2015 Imre Fazekas | ||
@@ -66,0 +66,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of |
Sorry, the diff of this file is not supported yet
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
28915
466