dat-blob-store
Advanced tools
+1
-1
@@ -11,3 +11,3 @@ var cabs = require('content-addressable-blob-store') | ||
| this.dir = dir | ||
| this.cabs = cabs(path.join(dir, '.dat', 'blobs')) | ||
| this.cabs = cabs(path.join(dir, 'data.dat', 'blobs')) | ||
| this.local = blobs(dir) | ||
@@ -14,0 +14,0 @@ } |
+1
-1
| { | ||
| "name": "dat-blob-store", | ||
| "version": "1.0.0", | ||
| "version": "2.0.0", | ||
| "description": "The blob store dat uses per default", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+1
-1
@@ -26,3 +26,3 @@ # dat-blob-store | ||
| The blob store will store two copies of the file written. One in `test.txt` and one | ||
| content-addressed in `.dat/blobs`. | ||
| content-addressed in `data.dat/blobs`. | ||
@@ -29,0 +29,0 @@ ## License |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
5077
0.16%