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.7.1 to 0.7.5

3

lib/harcon-radiation.js

@@ -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

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