stream-length
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "stream-length", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.", | ||
@@ -24,4 +24,14 @@ "main": "index.js", | ||
"devDependencies": { | ||
"request": "^2.51.0" | ||
"request": "^2.51.0", | ||
"gulp": "~3.8.0", | ||
"gulp-cached": "~0.0.3", | ||
"gulp-coffee": "~2.0.1", | ||
"gulp-concat": "~2.2.0", | ||
"gulp-livereload": "~2.1.0", | ||
"gulp-nodemon": "~1.0.4", | ||
"gulp-plumber": "~0.6.3", | ||
"gulp-remember": "~0.2.0", | ||
"gulp-rename": "~1.2.0", | ||
"gulp-util": "~2.2.17" | ||
} | ||
} |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
12931
10
113
0
11
1