fs-blob-store
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -108,3 +108,4 @@ var fs = require('fs') | ||
that.createWriteStream = function(opts, cb) { | ||
// dont use opts | ||
if (typeof opts === 'function') return that.createWriteStream(null, opts) | ||
var ws = new Writer(dir, algo, init) | ||
@@ -111,0 +112,0 @@ if (!cb) return ws |
{ | ||
"name": "fs-blob-store", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7584
1