Socket
Socket
Sign inDemoInstall

@aws-sdk/eventstream-serde-universal

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/eventstream-serde-universal - npm Package Compare versions

Comparing version 3.54.1 to 3.55.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
**Note:** Version bump only for package @aws-sdk/eventstream-serde-universal
## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)

@@ -8,0 +16,0 @@

4

dist-cjs/EventStreamMarshaller.js

@@ -13,4 +13,4 @@ "use strict";

deserialize(body, deserializer) {
const chunkedStream = getChunkedStream_1.getChunkedStream(body);
const unmarshalledStream = getUnmarshalledStream_1.getUnmarshalledStream(chunkedStream, {
const chunkedStream = (0, getChunkedStream_1.getChunkedStream)(body);
const unmarshalledStream = (0, getUnmarshalledStream_1.getUnmarshalledStream)(chunkedStream, {
eventMarshaller: this.eventMarshaller,

@@ -17,0 +17,0 @@ deserializer,

@@ -54,3 +54,3 @@ import { __asyncGenerator, __asyncValues, __await, __generator } from "tslib";

return [3, 10];
case 9: throw Error("Unrecognizable event type: " + message.headers[":event-type"].value);
case 9: throw Error("Unrecognizable event type: ".concat(message.headers[":event-type"].value));
case 10: return [3, 1];

@@ -57,0 +57,0 @@ case 11: return [3, 18];

{
"name": "@aws-sdk/eventstream-serde-universal",
"version": "3.54.1",
"version": "3.55.0",
"scripts": {

@@ -22,8 +22,8 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/eventstream-marshaller": "3.54.1",
"@aws-sdk/types": "3.54.1",
"tslib": "^2.3.0"
"@aws-sdk/eventstream-marshaller": "3.55.0",
"@aws-sdk/types": "3.55.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@aws-sdk/util-utf8-node": "3.52.0",
"@aws-sdk/util-utf8-node": "3.55.0",
"@tsconfig/recommended": "1.0.1",

@@ -34,3 +34,3 @@ "concurrently": "7.0.0",

"typedoc": "0.19.2",
"typescript": "~4.3.5"
"typescript": "~4.6.2"
},

@@ -37,0 +37,0 @@ "engines": {

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