🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smithy/core

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/core - npm Package Compare versions

Comparing version
3.29.7
to
3.29.8
+1
-1
dist-cjs/submodules/cbor/index.js

@@ -172,3 +172,3 @@ const { nv, NumericValue, calculateBodyLength, _parseEpochTimestamp, fromBase64, generateIdempotencyToken } = require("@smithy/core/serde");

const mapDataLength = decodeCount(at, to);
if (mapDataLength < 15) {
if (mapDataLength < 25) {
return decodeMapSmall(at, to, mapDataLength);

@@ -175,0 +175,0 @@ }

@@ -144,3 +144,3 @@ import { nv } from "@smithy/core/serde";

const mapDataLength = decodeCount(at, to);
if (mapDataLength < 15) {
if (mapDataLength < 25) {
return decodeMapSmall(at, to, mapDataLength);

@@ -147,0 +147,0 @@ }

{
"name": "@smithy/core",
"version": "3.29.7",
"version": "3.29.8",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",