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

amazon-s3

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-s3 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -49,3 +49,3 @@ var sha256 = require('crypto-js/sha256');

const canonicalQuerystring = '';
const payloadHash = sha256(body).toString();
const payloadHash = 'UNSIGNED-PAYLOAD';
const canonicalHeaders = `host:${host}\n` + `x-amz-content-sha256:${payloadHash}\n` + `x-amz-date:${amzdate}\n`;

@@ -52,0 +52,0 @@ const signedHeaders = 'host;x-amz-content-sha256;x-amz-date';

{
"name": "amazon-s3",
"version": "1.0.0",
"version": "1.0.1",
"description": "Read and write to AWS S3 using fetch()",

@@ -5,0 +5,0 @@ "main": "index.js",

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