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

@aws-sdk/middleware-sdk-sqs

Package Overview
Dependencies
Maintainers
5
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-sdk-sqs - npm Package Compare versions

Comparing version 3.357.0 to 3.363.0

4

dist-cjs/receive-message.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getReceiveMessagePlugin = exports.receiveMessageMiddlewareOptions = exports.receiveMessageMiddleware = void 0;
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding");
const util_utf8_1 = require("@aws-sdk/util-utf8");
const util_hex_encoding_1 = require("@smithy/util-hex-encoding");
const util_utf8_1 = require("@smithy/util-utf8");
function receiveMessageMiddleware(options) {

@@ -7,0 +7,0 @@ return (next) => async (args) => {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSendMessageBatchPlugin = exports.sendMessageBatchMiddlewareOptions = exports.sendMessageBatchMiddleware = void 0;
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding");
const util_utf8_1 = require("@aws-sdk/util-utf8");
const util_hex_encoding_1 = require("@smithy/util-hex-encoding");
const util_utf8_1 = require("@smithy/util-utf8");
const sendMessageBatchMiddleware = (options) => (next) => async (args) => {

@@ -7,0 +7,0 @@ const resp = await next({ ...args });

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getSendMessagePlugin = exports.sendMessageMiddlewareOptions = exports.sendMessageMiddleware = void 0;
const util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding");
const util_utf8_1 = require("@aws-sdk/util-utf8");
const util_hex_encoding_1 = require("@smithy/util-hex-encoding");
const util_utf8_1 = require("@smithy/util-utf8");
const sendMessageMiddleware = (options) => (next) => async (args) => {

@@ -7,0 +7,0 @@ const resp = await next({ ...args });

@@ -1,3 +0,3 @@

import { toHex } from "@aws-sdk/util-hex-encoding";
import { toUint8Array } from "@aws-sdk/util-utf8";
import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
export function receiveMessageMiddleware(options) {

@@ -4,0 +4,0 @@ return (next) => async (args) => {

@@ -1,3 +0,3 @@

import { toHex } from "@aws-sdk/util-hex-encoding";
import { toUint8Array } from "@aws-sdk/util-utf8";
import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
export const sendMessageBatchMiddleware = (options) => (next) => async (args) => {

@@ -4,0 +4,0 @@ const resp = await next({ ...args });

@@ -1,3 +0,3 @@

import { toHex } from "@aws-sdk/util-hex-encoding";
import { toUint8Array } from "@aws-sdk/util-utf8";
import { toHex } from "@smithy/util-hex-encoding";
import { toUint8Array } from "@smithy/util-utf8";
export const sendMessageMiddleware = (options) => (next) => async (args) => {

@@ -4,0 +4,0 @@ const resp = await next({ ...args });

@@ -1,4 +0,4 @@

import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types";
import { ChecksumConstructor, HashConstructor } from "@smithy/types";
export interface PreviouslyResolved {
md5: ChecksumConstructor | HashConstructor;
}

@@ -1,2 +0,2 @@

import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -3,0 +3,0 @@ export declare function receiveMessageMiddleware(options: PreviouslyResolved): InitializeMiddleware<any, any>;

@@ -1,2 +0,2 @@

import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -3,0 +3,0 @@ export declare const sendMessageBatchMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>;

@@ -1,2 +0,2 @@

import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@aws-sdk/types";
import { InitializeHandlerOptions, InitializeMiddleware, Pluggable } from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -3,0 +3,0 @@ export declare const sendMessageMiddleware: (options: PreviouslyResolved) => InitializeMiddleware<any, any>;

@@ -1,4 +0,4 @@

import { ChecksumConstructor, HashConstructor } from "@aws-sdk/types";
import { ChecksumConstructor, HashConstructor } from "@smithy/types";
export interface PreviouslyResolved {
md5: ChecksumConstructor | HashConstructor;
}

@@ -5,3 +5,3 @@ import {

Pluggable,
} from "@aws-sdk/types";
} from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -8,0 +8,0 @@ export declare function receiveMessageMiddleware(

@@ -5,3 +5,3 @@ import {

Pluggable,
} from "@aws-sdk/types";
} from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -8,0 +8,0 @@ export declare const sendMessageBatchMiddleware: (

@@ -5,3 +5,3 @@ import {

Pluggable,
} from "@aws-sdk/types";
} from "@smithy/types";
import { PreviouslyResolved } from "./configurations";

@@ -8,0 +8,0 @@ export declare const sendMessageMiddleware: (

{
"name": "@aws-sdk/middleware-sdk-sqs",
"version": "3.357.0",
"version": "3.363.0",
"scripts": {

@@ -25,4 +25,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"@aws-sdk/types": "3.357.0",
"@aws-sdk/util-hex-encoding": "3.310.0",
"@aws-sdk/util-utf8": "3.310.0",
"@smithy/types": "^1.1.0",
"@smithy/util-hex-encoding": "^1.0.1",
"@smithy/util-utf8": "^1.0.1",
"tslib": "^2.5.0"

@@ -29,0 +30,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