New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

larvitfiles

Package Overview
Dependencies
Maintainers
3
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitfiles - npm Package Compare versions

Comparing version

to
3.4.5

4

dataWriter.js

@@ -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",