@ryanaltair/socket.io-stream
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "@ryanaltair/socket.io-stream", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Upload file as stream with socket.io, fork from @Akumzy/socket.io-stream", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -82,3 +82,3 @@ # socket.io-stream | ||
import { Server } from '@ryanaltair/socket.io-stream' | ||
import { appendFile } from 'fs' | ||
import { appendFileSync } from 'fs' | ||
const io = require('socket.io')(8090) | ||
@@ -85,0 +85,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
60283
18
1710
1