Socket
Socket
Sign inDemoInstall

@aws-sdk/s3-presigned-post

Package Overview
Dependencies
Maintainers
5
Versions
395
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.9.0 to 3.10.0

dist/types/constants.d.ts

11

CHANGELOG.md

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

# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26)
### Features
* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb))
# [3.9.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.8.1...v3.9.0) (2021-03-18)

@@ -8,0 +19,0 @@

21

package.json
{
"name": "@aws-sdk/s3-presigned-post",
"version": "3.9.0",
"version": "3.10.0",
"scripts": {
"prepublishOnly": "yarn build:cjs && yarn build:es",
"pretest": "yarn build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"postbuild": "downlevel-dts dist/types dist/types/ts3.4",
"test": "jest"

@@ -15,3 +14,3 @@ },

"module": "./dist/es/index.js",
"types": "./types/index.d.ts",
"types": "./dist/types/index.d.ts",
"author": {

@@ -23,12 +22,12 @@ "name": "AWS SDK for JavaScript Team",

"dependencies": {
"@aws-sdk/signature-v4": "3.6.1",
"@aws-sdk/types": "3.6.1",
"@aws-sdk/util-format-url": "3.6.1",
"@aws-sdk/util-hex-encoding": "3.6.1",
"@aws-sdk/signature-v4": "3.10.0",
"@aws-sdk/types": "3.10.0",
"@aws-sdk/util-format-url": "3.10.0",
"@aws-sdk/util-hex-encoding": "3.10.0",
"tslib": "^1.8.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.9.0",
"@aws-sdk/hash-node": "3.6.1",
"@aws-sdk/protocol-http": "3.6.1",
"@aws-sdk/client-s3": "3.10.0",
"@aws-sdk/hash-node": "3.10.0",
"@aws-sdk/protocol-http": "3.10.0",
"@types/jest": "^26.0.4",

@@ -35,0 +34,0 @@ "@types/node": "^12.0.2",

@@ -49,3 +49,3 @@ # @aws-sdk/s3-presigned-post

};
const { url, fields } = await createPresignedPost({
const { url, fields } = await createPresignedPost(client, {
Bucket,

@@ -52,0 +52,0 @@ Key,

{
"compilerOptions": {
"declarationDir": "./types",
"declarationDir": "./dist/types",
"rootDir": "./src",

@@ -5,0 +5,0 @@ "outDir": "./dist/cjs",

{
"compilerOptions": {
"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown", "dom"],
"declarationDir": "./types",
"declarationDir": "./dist/types",
"rootDir": "./src",

@@ -6,0 +6,0 @@ "outDir": "./dist/es",

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