Socket
Socket
Sign inDemoInstall

simple_video_response

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "simple_video_response",
"version": "0.0.2",
"version": "0.0.3",
"description": "video response",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,1 +37,10 @@ # simple_video_response

```
## option
```javascript
require('simple_video_response').express({
basePath: "", // path to read file dir ( path.join(bathPath, "example.mp4") )
fileStatCache: true, // caches file info (fs.stats)
maxChunkSize: 1234567, // maximum sent chunk at one request
})
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc