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 0.9.10 to 0.9.11

5

lib/Firestormstarter.js

@@ -24,2 +24,3 @@ var Firestarter = require('./Firestarter');

this.division = object.division || '';
this.auditor = object.auditor;

@@ -35,3 +36,5 @@ this.name = object.name || 'Unknown flames';

if(!this.object.ignite)
this.object.ignite = function(){
this.object.ignite = this.auditor ? function(){
self.ignite.apply( self, arguments );
} : function(){
var args = [ self.division ].concat( self.sliceArguments.apply( self, arguments ) );

@@ -38,0 +41,0 @@ self.ignite.apply( self, args );

4

package.json
{
"name": "harcon",
"version": "0.9.10",
"version": "0.9.11",
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.",

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

},
"_id": "harcon@0.9.10"
"_id": "harcon@0.9.11"
}
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