split-file
Advanced tools
+1
-0
@@ -7,3 +7,4 @@ language: node_js | ||
| - "10" | ||
| - "11" | ||
| sudo: false |
+4
-4
| { | ||
| "name": "split-file", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "private": false, | ||
@@ -28,8 +28,8 @@ "description": "Splitting and merging files with NodeJS", | ||
| "dependencies": { | ||
| "bluebird": "^3.5.3" | ||
| "bluebird": "^3.7.0" | ||
| }, | ||
| "devDependencies": { | ||
| "jest": "^24.1.0", | ||
| "mocha": "^6.0.2" | ||
| "jest": "^24.9.0", | ||
| "mocha": "^6.2.1" | ||
| } | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12778
0.07%Updated