larvitfiles
Advanced tools
Comparing version
@@ -191,3 +191,3 @@ 'use strict'; | ||
async.series(tasks, function (err) { | ||
if (err) return; | ||
if (err) return cb(err); | ||
@@ -197,3 +197,3 @@ that.isReady = true; | ||
if (that.mode === 'both' || that.mode === 'master') { | ||
if (that.mode === 'master') { | ||
that.runDumpServer(cb); | ||
@@ -200,0 +200,0 @@ } else { |
{ | ||
"name": "larvitfiles", | ||
"version": "3.4.4", | ||
"version": "3.4.5", | ||
"description": "Storage of files with an API and database to use in web environments", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"larvitdbmigration": "4.0.1", | ||
"larvitfs": "2.2.0", | ||
"larvitfs": "2.3.0", | ||
"larvitutils": "2.1.0", | ||
@@ -30,0 +30,0 @@ "mkdirp": "0.5.1", |
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
1
-50%59360
-0.03%+ Added
- Removed
Updated