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

knox-mpu-alt

Package Overview
Dependencies
Maintainers
4
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.11 to 0.2.0

8

lib/multipartupload.js

@@ -130,2 +130,10 @@ var _ = require('lodash'),

if (err) return callback(err);
if (body === null) {
return callback((function (){
var err = new Error('Unexpected response from AWS.');
return err;
})());
}
if (!body.UploadId) {

@@ -132,0 +140,0 @@ return callback((function (){

2

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

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

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

## knox-mpu-alt
## knox-mpu
> 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.

@@ -8,0 +4,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