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

socketio-file-upload

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketio-file-upload - npm Package Compare versions

Comparing version 0.7.0 to 0.7.2

16

package.json
{
"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 @@ /**

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