Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpleesb

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpleesb - npm Package Compare versions

Comparing version 0.1.37 to 0.1.38

2

offramps/debugofframp.js

@@ -19,2 +19,4 @@ var util = require('util');

if (!this.stopped) {
util.log('DebugOffRamp -> sending message...');
util.log('DebugOffRamp ->');

@@ -21,0 +23,0 @@ console.log(message.payload);

2

offramps/httpofframp.js

@@ -58,3 +58,3 @@ var util = require('util');

util.log("HttpOffRamp -> Sending message to: " + this.destinationUrl);
util.log("HttpOffRamp -> sending message to: " + this.destinationUrl);

@@ -61,0 +61,0 @@ var urlInfo = url.parse(this.destinationUrl);

@@ -87,3 +87,3 @@ var util = require('util');

util.log("HttpScraper -> Sending message to: " + this.destinationUrl);
util.log("HttpScraper -> sending message to: " + this.destinationUrl);

@@ -90,0 +90,0 @@ var urlInfo = url.parse(this.destinationUrl);

@@ -109,2 +109,4 @@ /*

util.log('FileOnRamp -> receiving message...');
async.waterfall([

@@ -114,3 +116,4 @@ function(callback){

},
function(callback) {
function(callback) {
util.log('FileOnRamp -> processing: ' + file);
self.process(pFile, callback);

@@ -134,3 +137,3 @@ },

FileOnRamp.prototype.process = function(file, callback) {
FileOnRamp.prototype.process = function(file, callback) {
fs.readFile(file, callback);

@@ -137,0 +140,0 @@ }

@@ -47,2 +47,3 @@ /*

if (response) {
util.log('SqsOnRamp -> receiving message...');
util.log(response);

@@ -49,0 +50,0 @@

{ "author": "Phil Taylor"
, "name": "simpleesb"
, "description": "Provides basic ESB services to transfer data between applications."
, "version": "0.1.37"
, "version": "0.1.38"
, "repository": {

@@ -6,0 +6,0 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb"

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