New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hologger-streamer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hologger-streamer - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

16

lib/handler-factory.js

@@ -1,9 +0,7 @@

var composeCode = require("./compose-code")
, composeMessage = require("./compose-message")
, sanitize = require("./sanitize")
, siftRequest = require("./sift-request")
, log = require("./log")
;
var sanitize = require("./sanitize");
var siftRequest = require("./sift-request");
/**

@@ -28,4 +26,4 @@ * @description

const CODE = composeCode(level, isil, ISBN);
const MESSAGE = composeMessage(level, library, ISBN, INFO);
const CODE = STREAMER._composeCode(level, isil, ISBN);
const MESSAGE = STREAMER._composeMessage(level, library, ISBN, INFO);
const SLUG = "[" + CODE + "] [" + MESSAGE + "]";

@@ -41,4 +39,4 @@

log(STREAMER["_"+level+"Drain"], INFO);
STREAMER._log(STREAMER["_"+level+"Drain"], INFO);
};
};

@@ -5,5 +5,6 @@ var handlerFactory = require("./handler-factory");

/**
* `Streamer` constructor.
* @api public
* @description
* {Streamer} constructor.
*
* @api public
*/

@@ -33,2 +34,3 @@ function Streamer(){

/**
* @api public
* @description

@@ -43,2 +45,3 @@ *

/**
* @api public
* @description

@@ -53,2 +56,3 @@ *

/**
* @api public
* @description

@@ -63,2 +67,3 @@ *

/**
* @api public
* @description

@@ -73,2 +78,3 @@ *

/**
* @api public
* @description

@@ -83,2 +89,3 @@ *

/**
* @api public
* @description

@@ -93,2 +100,3 @@ *

/**
* @api public
* @description

@@ -103,2 +111,3 @@ *

/**
* @api public
* @description

@@ -112,3 +121,33 @@ *

/**
* @api private
* @description
*
*/
Streamer.prototype._composeCode = require("./compose-code");
/**
* @api private
* @description
*
*/
Streamer.prototype._composeMessage = require("./compose-message");
/**
* @api private
* @description
*
*/
Streamer.prototype._log = require("./log");
////// MODULE EXPORTS
module.exports = Streamer;
{
"name": "hologger-streamer",
"version": "1.0.0",
"version": "1.1.0",
"description": "Base Class implementing Streamer API for Hologger",

@@ -5,0 +5,0 @@ "main": "index.js",

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