New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-fanout

Package Overview
Dependencies
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-fanout - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

2

dist/sqs/setQueuePermissions.js

@@ -74,3 +74,3 @@ 'use strict';

return (0, _ramda.union)(newArns, statement.Condition.ArnEquals);
return (0, _ramda.union)(newArns, sourceArns);
}

@@ -77,0 +77,0 @@ }

@@ -62,3 +62,3 @@ import { SQS } from 'aws-sdk'

return union(newArns, statement.Condition.ArnEquals)
return union(newArns, sourceArns)
}

@@ -65,0 +65,0 @@ }

{
"name": "aws-fanout",
"version": "1.1.7",
"version": "1.1.8",
"description": "A library wrapping SNS and SQS to allow for human readable names when using a fanout technique",

@@ -5,0 +5,0 @@ "main": "dist/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