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.2 to 0.1.5

offramps/httpscraper.js

1

index.js

@@ -22,2 +22,3 @@ var fs = require('fs');

exports.OffRamps.HttpOffRamp = require('./offramps/httpofframp');
exports.OffRamps.HttpScraper = require('./offramps/httpscraper');
exports.OffRamps.SqsOffRamp = require('./offramps/sqsofframp');

@@ -24,0 +25,0 @@

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

this.routeResponse = false;
this.mergeResponse = false; // merge response with original source message
this.publicationEventName = null; // used with route response

@@ -10,0 +11,0 @@ }

3

package.json
{ "author": "Phil Taylor"
, "name": "simpleesb"
, "description": "Provides basic ESB services to transfer data between applications."
, "version": "0.1.2"
, "version": "0.1.5"
, "repository": {

@@ -21,4 +21,5 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb"

, "simplebus": "0.0.1"
, "jsdom" : "*"
, "config": "latest"
}
}
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