Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-sdk/middleware-sdk-ec2

Package Overview
Dependencies
Maintainers
5
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/middleware-sdk-ec2 - npm Package Compare versions

Comparing version 3.418.0 to 3.423.0

5

dist-cjs/index.js

@@ -37,3 +37,6 @@ "use strict";

query: {
...input,
...Object.entries(input).reduce((acc, [k, v]) => {
acc[k] = String(v !== null && v !== void 0 ? v : "");
return acc;
}, {}),
Action: "CopySnapshot",

@@ -40,0 +43,0 @@ Version: version,

@@ -33,3 +33,6 @@ import { formatUrl } from "@aws-sdk/util-format-url";

query: {
...input,
...Object.entries(input).reduce((acc, [k, v]) => {
acc[k] = String(v ?? "");
return acc;
}, {}),
Action: "CopySnapshot",

@@ -36,0 +39,0 @@ Version: version,

2

package.json
{
"name": "@aws-sdk/middleware-sdk-ec2",
"version": "3.418.0",
"version": "3.423.0",
"scripts": {

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

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