Socket
Socket
Sign inDemoInstall

@aws-sdk/signature-v4

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/signature-v4 - npm Package Compare versions

Comparing version 3.6.1 to 3.10.0

dist/types/cloneRequest.d.ts

18

package.json
{
"name": "@aws-sdk/signature-v4",
"version": "3.6.1",
"version": "3.10.0",
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./types/index.d.ts",
"types": "./dist/types/index.d.ts",
"scripts": {

@@ -12,3 +12,3 @@ "build:cjs": "tsc -p tsconfig.cjs.json",

"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"postbuild": "downlevel-dts dist/types dist/types/ts3.4",
"prepublishOnly": "yarn build",

@@ -24,6 +24,6 @@ "pretest": "yarn build",

"dependencies": {
"@aws-sdk/is-array-buffer": "3.6.1",
"@aws-sdk/types": "3.6.1",
"@aws-sdk/util-hex-encoding": "3.6.1",
"@aws-sdk/util-uri-escape": "3.6.1",
"@aws-sdk/is-array-buffer": "3.10.0",
"@aws-sdk/types": "3.10.0",
"@aws-sdk/util-hex-encoding": "3.10.0",
"@aws-sdk/util-uri-escape": "3.10.0",
"tslib": "^1.8.0"

@@ -33,4 +33,4 @@ },

"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/protocol-http": "3.6.1",
"@aws-sdk/util-buffer-from": "3.6.1",
"@aws-sdk/protocol-http": "3.10.0",
"@aws-sdk/util-buffer-from": "3.10.0",
"@types/jest": "^26.0.4",

@@ -37,0 +37,0 @@ "jest": "^26.1.0",

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

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

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

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

Sorry, the diff of this file is too big to display

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