Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqns

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqns - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "sqns",
"version": "2.1.1",
"version": "2.1.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -272,2 +272,11 @@ ![build](https://github.com/yog27ray/sqns/actions/workflows/node.js.yml/badge.svg?branch=master)

```
### updateMessageById
```js
client.updateMessageById({
QueueUrl: queue.QueueUrl,
MessageId: 'messageId',
}).then(response => {
const MessageId = response.Messages[0].MessageId;
});
```
### listQueues

@@ -274,0 +283,0 @@ ```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