Socket
Socket
Sign inDemoInstall

gcs-resumable-upload

Package Overview
Dependencies
Maintainers
16
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcs-resumable-upload - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

build/src/index.js

@@ -47,3 +47,3 @@ "use strict";

key: base64Key,
hash: crypto.createHash('sha256').update(base64Key).digest('base64')
hash: crypto.createHash('sha256').update(cfg.key).digest('base64')
};

@@ -50,0 +50,0 @@ }

{
"name": "gcs-resumable-upload",
"version": "0.10.0",
"version": "0.10.1",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",

@@ -5,0 +5,0 @@ "repository": "stephenplusplus/gcs-resumable-upload",

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