Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
aws-sqs-deletemessage
Advanced tools
Delete messages from AWS SQS
$ npm install --save aws-sqs-deletemessage
const awsSqsDeletemessage = require('aws-sqs-deletemessage');
awsSqsDeletemessage('somequeue', 'SasuWXPJB+CwLj1FjgXUv1uSj1gUPAWV66FU/').then(id => {
console.log(id);
//=> 'b5293cb5-d306-4a17-9048-b263635abe4
});
awsSqsDeletemessage('somequeue', 'SasuWXPJB+CwLj1FjgXUv1uSj1gUPAWV66FU/', {awsAccountId: '123456789012'}).then(id => {
console.log(id);
//=> 'b5293cb5-d306-4a17-9048-b263635abe4
});
Returns a Promise for the request id of the delete action.
Type: string
Name of the queue where you want to remove a message
Type: string
Receipt handle of the message that you want to delete from the queue.
Type: string
Default: caller id
AWS account ID of the account that created the queue.
MIT © Simon Jang
FAQs
Delete message from AWS SQS
The npm package aws-sqs-deletemessage receives a total of 26 weekly downloads. As such, aws-sqs-deletemessage popularity was classified as not popular.
We found that aws-sqs-deletemessage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.