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

aws-fanout

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.2 to 1.1.3

@@ -36,3 +36,5 @@ 'use strict';

'default': messageJson['default'],
APNS: JSON.stringify((0, _ramda.dissoc)('default', messageJson))
APNS: JSON.stringify({
aps: (0, _ramda.dissoc)('default', messageJson)
})
})

@@ -39,0 +41,0 @@ }, function (err, res) {

@@ -20,3 +20,5 @@ import { SNS } from 'aws-sdk'

default: messageJson.default,
APNS: JSON.stringify(dissoc('default', messageJson))
APNS: JSON.stringify({
aps: dissoc('default', messageJson)
})
})

@@ -23,0 +25,0 @@ }, (err, res) => {

{
"name": "aws-fanout",
"version": "1.1.2",
"version": "1.1.3",
"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",