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

skipper-disk

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skipper-disk

Receive Skipper's file uploads on your local filesystem

  • 0.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25K
increased by7.15%
Maintainers
1
Weekly downloads
 
Created
Source

skipper emblem - face of a ship's captain Disk Adapter

Bower version NPM version     Build Status

Local filesystem adapter for streaming multipart uploads via Skipper.

Usage

$ npm install skipper-disk --save
// ...
var adapter = require('skipper-disk')({ /* default opts */ });
var receiver = adapter.receiver({
  /* per-request opts */
  id: 'foo.jpg'
});

req.file('foo').upload(receiver, function (err, filesUploaded) {
  // ...
});

// :or alternatively:
// req.file('foo').pipe(receiver);

// ...

========================================

Contribute

See CONTRIBUTING.md.

========================================

Version

This repository holds the socket client SDK for Sails versions 0.10.0 and up. If you're looking for the SDK for the v0.9.x releases of Sails, the source is located here.

========================================

License

MIT © 2014 Mike McNeil, Balderdash & contributors

See LICENSE.md.

This module is part of the Sails framework, and is free and open-source under the MIT License.

image_squidhome@2x.png

githalytics.com alpha

Keywords

FAQs

Package last updated on 07 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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