Socket
Socket
Sign inDemoInstall

s3u

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.8 to 0.2.9

2

package.json
{
"name": "s3u",
"version": "0.2.8",
"version": "0.2.9",
"description": "S3 URL manipulation helper similar to standard URL class",

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

@@ -21,3 +21,5 @@ 'use strict';

async function sha256(message) {
return window.crypto.subtle.digest('SHA-256', toBuffer(message));
return bufferToHex(
await window.crypto.subtle.digest('SHA-256', toBuffer(message))
);
}

@@ -24,0 +26,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc