Socket
Socket
Sign inDemoInstall

aws-sdk-wrap

Package Overview
Dependencies
Maintainers
1
Versions
249
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 13.1.0 to 13.1.1

14

lib/module/sqs/prepare-message.js

@@ -17,3 +17,3 @@ import assert from 'assert';

Object.getOwnPropertySymbols(msg).forEach((p) => {
m[p] = msg[p];
Object.defineProperty(m, p, Object.getOwnPropertyDescriptor(msg, p));
});

@@ -34,3 +34,4 @@ return m;

value: opts.urgent,
writable: false
writable: false,
enumerable: false
});

@@ -45,3 +46,4 @@ }

value: opts.groupId,
writable: false
writable: false,
enumerable: false
});

@@ -58,3 +60,4 @@ }

value: opts.deduplicationId,
writable: false
writable: false,
enumerable: false
});

@@ -65,5 +68,6 @@ }

value: opts.delaySeconds,
writable: false
writable: false,
enumerable: false
});
}
};
{
"name": "aws-sdk-wrap",
"type": "module",
"version": "13.1.0",
"version": "13.1.1",
"description": "Wrapper around aws-sdk",

@@ -37,20 +37,20 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-sdk/client-cloudwatch": "3.395.0",
"@aws-sdk/client-dynamodb": "3.395.0",
"@aws-sdk/client-lambda": "3.395.0",
"@aws-sdk/client-s3": "3.395.0",
"@aws-sdk/client-sqs": "3.395.0",
"@aws-sdk/client-ssm": "3.395.0",
"@aws-sdk/lib-dynamodb": "3.395.0",
"@aws-sdk/client-cloudwatch": "3.421.0",
"@aws-sdk/client-dynamodb": "3.421.0",
"@aws-sdk/client-lambda": "3.421.0",
"@aws-sdk/client-s3": "3.421.0",
"@aws-sdk/client-sqs": "3.421.0",
"@aws-sdk/client-ssm": "3.421.0",
"@aws-sdk/lib-dynamodb": "3.421.0",
"@aws-sdk/util-retry": "3.374.0",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@babel/register": "7.22.5",
"@babel/core": "7.23.0",
"@babel/eslint-parser": "7.22.15",
"@babel/register": "7.22.15",
"@blackflux/axios": "2.0.2",
"@blackflux/eslint-plugin-rules": "3.0.1",
"@blackflux/robo-config-plugin": "9.1.15",
"@blackflux/robo-config-plugin": "9.2.2",
"c8": "8.0.1",
"chai": "4.3.7",
"chai": "4.3.10",
"dynamodb-toolbox": "0.8.5",
"eslint": "8.47.0",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -60,3 +60,3 @@ "eslint-plugin-import": "2.28.1",

"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-mocha": "10.2.0",
"js-gardener": "5.0.2",

@@ -80,3 +80,3 @@ "node-tdd": "4.0.1",

"dependencies": {
"@aws-sdk/util-dynamodb": "3.395.0",
"@aws-sdk/util-dynamodb": "3.421.0",
"joi-strict": "3.0.1",

@@ -83,0 +83,0 @@ "lambda-async": "3.0.0",

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