socketio-file-upload
Advanced tools
Comparing version 0.7.0 to 0.7.2
{ | ||
"name": "socketio-file-upload", | ||
"version": "0.7.0", | ||
"version": "0.7.2", | ||
"description": "Uploads files to a Node.JS server using Socket.IO", | ||
@@ -13,13 +13,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"browserify": "^16.2.2", | ||
"browserify": "^16.5.1", | ||
"buffer-equals": "^1.0.3", | ||
"chrome-location": "^1.2.1", | ||
"concat-stream": "^1.5.0", | ||
"concat-stream": "^1.6.2", | ||
"ecstatic": "^2.0.0", | ||
"eslint": "^5.6.1", | ||
"eslint": "^5.16.0", | ||
"google-closure-compiler": "^20181028.0.1", | ||
"phantom": "^6.0.3", | ||
"socket.io": "^2.1.1", | ||
"socket.io-client": "^2.1.1", | ||
"tape": "^4.9.0" | ||
"phantom": "^6.3.0", | ||
"socket.io": "=2.1.1", | ||
"socket.io-client": "=2.1.1", | ||
"tape": "^4.13.3" | ||
}, | ||
@@ -26,0 +26,0 @@ "files": [ |
Socket.IO File Upload | ||
===================== | ||
This module provides functionality to upload files from a browser to a Node.JS server that runs Socket.IO. Throughout the process, if their browser supports WebSockets, the user will not submit a single HTTP request. Supports Socket.IO 0.9 and 1.0. | ||
This module provides functionality to upload files from a browser to a Node.JS server that runs Socket.IO. Throughout the process, if their browser supports WebSockets, the user will not submit a single HTTP request. Supports Socket.IO 0.9 and higher. | ||
@@ -6,0 +6,0 @@ The intended audience are single-page web apps, but other types of Node.JS projects may benefit from this library. |
@@ -76,3 +76,3 @@ /* | ||
*/ | ||
self.emitChunkFail = _getOption("maxFileSize", false); | ||
self.emitChunkFail = _getOption("emitChunkFail", false); | ||
@@ -79,0 +79,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80650