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

harcon

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

harcon - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/Inflicter.js

@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication');

var VERSION = exports.VERSION = '1.0.4';
var VERSION = exports.VERSION = '1.0.5';

@@ -75,3 +75,3 @@ var _ = require('lodash');

self.purifyConfig = { arrayMaxSize: options.arrayMaxSize || 100, maxLevel: options.maxLevel || 100 };
self.purifyConfig = { arrayMaxSize: options.arrayMaxSize || 100, maxLevel: options.maxLevel || 3 };
self.logger = this.options.logger || new DummyLogger();

@@ -78,0 +78,0 @@ self.logger.harconlog = function( err, message, obj, level ){

{
"name": "harcon",
"version": "1.0.4",
"version": "1.0.5",
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.",

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

},
"_id": "harcon@1.0.4"
"_id": "harcon@1.0.5"
}
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