Socket
Socket
Sign inDemoInstall

sqs-consumer

Package Overview
Dependencies
39
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

4

package.json
{
"name": "sqs-consumer",
"version": "1.0.3",
"version": "1.0.4",
"description": "Build SQS-based Node applications without the boilerplate",

@@ -32,2 +32,2 @@ "main": "index.js",

}
}
}

@@ -28,2 +28,6 @@ # sqs-consumer

app.on('error', function (err) {
console.log(err.message);
});
app.start();

@@ -30,0 +34,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc