Socket
Socket
Sign inDemoInstall

@smithy/smithy-client

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/smithy-client - npm Package Compare versions

Comparing version 3.1.12 to 3.2.0

2

dist-cjs/index.js

@@ -705,2 +705,4 @@ var __defProp = Object.defineProperty;

valueAsDouble = strictParseDouble(value);
} else if (typeof value === "object" && value.tag === 1) {
valueAsDouble = value.value;
} else {

@@ -707,0 +709,0 @@ throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");

@@ -101,2 +101,5 @@ import { strictParseByte, strictParseDouble, strictParseFloat32, strictParseShort } from "./parse-utils";

}
else if (typeof value === "object" && value.tag === 1) {
valueAsDouble = value.value;
}
else {

@@ -103,0 +106,0 @@ throw new TypeError("Epoch timestamps must be expressed as floating point numbers or their string representation");

@@ -7,2 +7,4 @@ /**

*
* This is also used by Smithy RPCv2 CBOR as the default serde behavior.
*
* @param obj - to be checked.

@@ -9,0 +11,0 @@ * @returns same object with default serde behavior applied.

@@ -7,2 +7,4 @@ /**

*
* This is also used by Smithy RPCv2 CBOR as the default serde behavior.
*
* @param obj - to be checked.

@@ -9,0 +11,0 @@ * @returns same object with default serde behavior applied.

2

package.json
{
"name": "@smithy/smithy-client",
"version": "3.1.12",
"version": "3.2.0",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

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