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

formstream

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formstream - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

5

History.md
1.1.0 / 2016-12-19
==================
* deps: upgrade mime to latest version (#9)
1.0.0 / 2014-11-04

@@ -3,0 +8,0 @@ ==================

14

lib/formstream.js

@@ -1,7 +0,2 @@

/**!
* formstream - lib/formstream.js
*
* Copyright(c) 2012 - 2014 fengmk2 <fengmk2@gmail.com>
* MIT Licensed
*
/**
* Data format:

@@ -29,9 +24,4 @@ *

"use strict";
'use strict';
/**
* Module dependencies.
*/
require('buffer-concat');
var Stream = require('stream');

@@ -38,0 +28,0 @@ var parseStream = require('pause-stream');

{
"name": "formstream",
"version": "1.0.0",
"version": "1.1.0",
"description": "A multipart/form-data encoded stream, helper for file upload.",
"main": "index.js",
"main": "lib/formstream.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha --check-leaks -R spec -t 5000 -r should test/*.test.js",
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should test/*.test.js",
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 -r should test/*.test.js",
"test": "mocha -R spec -t 5000 -r should test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js",
"jshint": "jshint .",
"autod": "autod -w --prefix '~'",
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
"contributors": "contributors -f plain -o AUTHORS"
"autod": "autod -w --prefix '^'"
},

@@ -29,5 +30,4 @@ "repository": {

"dependencies": {
"buffer-concat": "~0.0.1",
"destroy": "~1.0.3",
"mime": "~1.2.11",
"destroy": "^1.0.4",
"mime": "^1.3.4",
"pause-stream": "~0.0.11"

@@ -37,11 +37,9 @@ },

"autod": "*",
"blanket": "*",
"connect-multiparty": "~1.2.5",
"contributors": "*",
"express": "~4.10.1",
"istanbul-harmony": "*",
"connect-multiparty": "1",
"express": "4",
"istanbul": "*",
"mocha": "*",
"pedding": "~1.0.0",
"should": "~4.1.0",
"urllib": "~2.0.2"
"pedding": "1",
"should": "4",
"urllib": "2"
},

@@ -48,0 +46,0 @@ "author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com)",

@@ -6,5 +6,3 @@ # formstream

[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
[![David deps][david-image]][david-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

@@ -18,13 +16,7 @@

[coveralls-url]: https://coveralls.io/r/node-modules/formstream?branch=master
[gittip-image]: https://img.shields.io/gittip/fengmk2.svg?style=flat-square
[gittip-url]: https://www.gittip.com/fengmk2/
[david-image]: https://img.shields.io/david/node-modules/formstream.svg?style=flat-square
[david-url]: https://david-dm.org/node-modules/formstream
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/formstream.svg?style=flat-square
[download-url]: https://npmjs.org/package/formstream
![logo](https://raw.github.com/fengmk2/formstream/master/logo.png)
A [multipart/form-data](http://tools.ietf.org/html/rfc2388) encoded stream, helper for file upload.

@@ -193,17 +185,2 @@

## Contributors
```bash
$ git summary
project : formstream
repo age : 2 years, 1 month
active : 17 days
commits : 33
files : 14
authors :
26 fengmk2 78.8%
7 XiNGRZ 21.2%
```
## License

@@ -214,2 +191,3 @@

Copyright (c) 2012 - 2014 fengmk2 &lt;fengmk2@gmail.com&gt;
Copyright(c) node-modules and other contributors.

@@ -216,0 +194,0 @@ Permission is hereby granted, free of charge, to any person obtaining

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