New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

knox-mpu-alt

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knox-mpu-alt - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

7

lib/multipartupload.js

@@ -122,3 +122,8 @@ var _ = require('lodash'),

if (err) return callback(err);
if (!body.UploadId) return callback('Invalid upload ID');
if (!body.UploadId) {
return callback((function (){
var err = new Error('Unexpected response from AWS:' + util.inspect(body, false, null));
return err;
})());
}

@@ -125,0 +130,0 @@ mpu.uploadId = body.UploadId;

2

package.json
{
"name": "knox-mpu-alt",
"version": "0.1.9",
"version": "0.1.10",
"description": "Provide multi part upload functionality to Amazon S3 using the knox library. Forked from knox-mpu.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,3 +0,7 @@

## knox-mpu
## knox-mpu-alt
> This is a fork of https://github.com/nathanoehlman/knox-mpu. If/when the relevant PRs associated w/ this module get merged, we can fold it back into the main repo (we just couldn't wait any longer for it).
>
> ~[mike](http://twitter.com/mikermcneil) and [scott](http://twitter.com/sgress454)
A Node.js client designed to make large file uploads to Amazon S3 via the [MultiPartUpload API](http://docs.amazonwebservices.com/AmazonS3/latest/dev/sdksupportformpu.html) simple and easy. It's built on top of the excellent [Knox](https://github.com/LearnBoost/knox) library from the guys over at LearnBoost.

@@ -4,0 +8,0 @@

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