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

@aws-sdk/s3-presigned-post

Package Overview
Dependencies
Maintainers
7
Versions
416
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/s3-presigned-post - npm Package Compare versions

Comparing version 3.36.0 to 3.36.1

8

CHANGELOG.md

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

## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)

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

4

dist-types/ts3.4/createPresignedPost.d.ts

@@ -17,6 +17,4 @@ import { S3Client } from "@aws-sdk/client-s3";

}
/**
* Builds the url and the form fields used for a presigned s3 post.
*/
export declare const createPresignedPost: (client: S3Client, { Bucket, Key, Conditions, Fields, Expires }: PresignedPostOptions) => Promise<PresignedPost>;
export {};
{
"name": "@aws-sdk/s3-presigned-post",
"version": "3.36.0",
"version": "3.36.1",
"scripts": {

@@ -28,3 +28,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"devDependencies": {
"@aws-sdk/client-s3": "3.36.0",
"@aws-sdk/client-s3": "3.36.1",
"@aws-sdk/hash-node": "3.36.0",

@@ -31,0 +31,0 @@ "@aws-sdk/protocol-http": "3.36.0",

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