aws-sdk-wrap
Advanced tools
Comparing version 12.5.2 to 12.5.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84835