New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.1.10

5

offramps/sqsofframp.js

@@ -57,4 +57,7 @@ var util = require('util');

console.log(message.payload);
var data = (message.payload typeof === 'object') ? JSON.stringify(message.payload) : message.payload;
this.sqs.sendMessage(this.queueName, message.payload, sqs_callback);
this.sqs.sendMessage(this.queueName, data, sqs_callback);

@@ -61,0 +64,0 @@ }

2

package.json
{ "author": "Phil Taylor"
, "name": "simpleesb"
, "description": "Provides basic ESB services to transfer data between applications."
, "version": "0.1.9"
, "version": "0.1.10"
, "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