Socket
Socket
Sign inDemoInstall

@aws-sdk/core

Package Overview
Dependencies
Maintainers
5
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/core - npm Package Compare versions

Comparing version 3.567.0 to 3.572.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [3.572.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.571.0...v3.572.0) (2024-05-08)
**Note:** Version bump only for package @aws-sdk/core
# [3.567.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.566.0...v3.567.0) (2024-05-01)

@@ -8,0 +16,0 @@

1

dist-cjs/index.js

@@ -0,1 +1,2 @@

"use strict";
var __defProp = Object.defineProperty;

@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

2

package.json
{
"name": "@aws-sdk/core",
"version": "3.567.0",
"version": "3.572.0",
"description": "Core functions & classes shared by multiple AWS SDK clients",

@@ -5,0 +5,0 @@ "scripts": {

describe("emitWarningIfUnsupportedVersion", () => {
let emitWarningIfUnsupportedVersion;
let emitWarningIfUnsupportedVersion: any;
const emitWarning = process.emitWarning;

@@ -4,0 +4,0 @@ const supportedVersion = "16.0.0";

@@ -46,3 +46,3 @@ import type { SerdeContext } from "@smithy/types";

`);
const parsed = await parseXmlBody(xml, context as any as SerdeContext).catch((_) => _);
const parsed = await parseXmlBody(xml, context as any as SerdeContext).catch((_: any) => _);
expect(parsed.toString()).toEqual(`Error: Unclosed tag 'ListAllMyBucketsResult'.:2:1`);

@@ -58,5 +58,5 @@ });

`);
const parsed = await parseXmlBody(xml, context as any as SerdeContext).catch((_) => _);
const parsed = await parseXmlBody(xml, context as any as SerdeContext).catch((_: any) => _);
expect(parsed.toString()).toEqual(`Error: Closing tag 'Creatio' doesn't have proper closing.:6:1`);
});
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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