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

aws-sdk-wrap

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-wrap - npm Package Compare versions

Comparing version 12.5.2 to 12.5.3

6

lib/module/sqs/queue-processor/digraph.js

@@ -7,4 +7,4 @@ export default ({

const result = [
...Object.keys(queues)
.map((queue, idx) => [
...Object.entries(queues)
.map(([queue, url], idx) => [
`subgraph cluster_${idx} {`,

@@ -14,3 +14,3 @@ ...[

'style=filled;',
'color=lightgrey;',
`color=${url.endsWith('.fifo') ? '"#ffaaaa"' : 'lightgrey'};`,
'node [label="node",style=filled,color=white];',

@@ -17,0 +17,0 @@ ...Object

{
"name": "aws-sdk-wrap",
"type": "module",
"version": "12.5.2",
"version": "12.5.3",
"description": "Wrapper around aws-sdk",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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