Socket
Socket
Sign inDemoInstall

@smithy/smithy-client

Package Overview
Dependencies
6
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

2

dist-cjs/index.js

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

}, "serializeFloat");
var serializeDateTime = /* @__PURE__ */ __name((date) => date.toISOString(), "serializeDateTime");
var serializeDateTime = /* @__PURE__ */ __name((date) => date.toISOString().replace(".000Z", "Z"), "serializeDateTime");

@@ -1148,0 +1148,0 @@ // src/serde-json.ts

@@ -14,2 +14,2 @@ export const serializeFloat = (value) => {

};
export const serializeDateTime = (date) => date.toISOString();
export const serializeDateTime = (date) => date.toISOString().replace(".000Z", "Z");
{
"name": "@smithy/smithy-client",
"version": "3.1.0",
"version": "3.1.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc