@smithy/core
Advanced tools
@@ -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 @@ } |
+1
-1
| { | ||
| "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", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.