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 13.1.1 to 13.1.2

2

lib/module/sqs/prepare-message.js

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

}
if (opts.delaySeconds !== undefined) {
if (opts.delaySeconds !== undefined && !(DELAY_SECONDS in msg)) {
Object.defineProperty(msg, DELAY_SECONDS, {

@@ -64,0 +64,0 @@ value: opts.delaySeconds,

{
"name": "aws-sdk-wrap",
"type": "module",
"version": "13.1.1",
"version": "13.1.2",
"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