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

@smithy/eventstream-serde-universal

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/eventstream-serde-universal - npm Package Compare versions

Comparing version 3.0.13 to 4.0.0

7

dist-cjs/index.js

@@ -150,3 +150,6 @@ var __defProp = Object.defineProperty;

// src/EventStreamMarshaller.ts
var _EventStreamMarshaller = class _EventStreamMarshaller {
var EventStreamMarshaller = class {
static {
__name(this, "EventStreamMarshaller");
}
constructor({ utf8Encoder, utf8Decoder }) {

@@ -172,4 +175,2 @@ this.eventStreamCodec = new import_eventstream_codec.EventStreamCodec(utf8Encoder, utf8Decoder);

};
__name(_EventStreamMarshaller, "EventStreamMarshaller");
var EventStreamMarshaller = _EventStreamMarshaller;

@@ -176,0 +177,0 @@ // src/provider.ts

{
"name": "@smithy/eventstream-serde-universal",
"version": "3.0.13",
"version": "4.0.0",
"scripts": {

@@ -26,9 +26,9 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"dependencies": {
"@smithy/eventstream-codec": "^3.1.10",
"@smithy/types": "^3.7.2",
"@smithy/eventstream-codec": "^4.0.0",
"@smithy/types": "^4.0.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@smithy/util-utf8": "^3.0.0",
"@types/node": "^16.18.96",
"@smithy/util-utf8": "^4.0.0",
"@types/node": "^18.11.9",
"concurrently": "7.0.0",

@@ -40,3 +40,3 @@ "downlevel-dts": "0.10.1",

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -43,0 +43,0 @@ "typesVersions": {

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