New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4.2 to 0.4.3

3

client.js

@@ -39,2 +39,5 @@ /*

}
else if (typeof module === 'object' && module.exports) {
module.exports = factory();
}
else {

@@ -41,0 +44,0 @@ scope[name] = factory();

@@ -0,0 +0,0 @@ /* Socket IO File Upload Client-Side Library

3

package.json
{
"name": "socketio-file-upload",
"version": "0.4.2",
"version": "0.4.3",
"description": "Uploads files to a Node.JS server using Socket.IO",

@@ -20,2 +20,3 @@ "keywords": [

"main": "server.js",
"browser": "client.js",
"repository": {

@@ -22,0 +23,0 @@ "type": "git",

@@ -43,2 +43,8 @@ Socket.IO File Upload

If you use browserify, just require it like this:
```javascript
var SocketIOFileUpload = require('socketio-file-upload');
```
The module also supports AMD; see the docs below for more information.

@@ -45,0 +51,0 @@

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