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
142
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 3.0.1 to 3.0.2

22

dataWriter.js

@@ -12,2 +12,3 @@ 'use strict';

async = require('async'),
that = this,
log = require('winston'),

@@ -148,2 +149,13 @@ db = require('larvitdb');

'obj': exports,
'objectKey': 'options',
'default': {}
}, function (err, warning) {
if (warning) log.warn(logPrefix + warning);
cb(err);
});
});
tasks.push(function (cb) {
checkKey({
'obj': exports,
'objectKey': 'mode',

@@ -242,3 +254,10 @@ 'validValues': ['master', 'slave', 'noSync'],

function runDumpServer(cb) {
const options = {'exchange': exports.exchangeName + '_dataDump'},
const options = {
'exchange': exports.exchangeName + '_dataDump',
'amsync': {
'host': that.options.amsync ? that.options.amsync.host : null,
'minPort': that.options.amsync ? that.options.amsync.minPort : null,
'maxPort': that.options.amsync ? that.options.amsync.maxPort : null
}
},
args = [];

@@ -357,4 +376,5 @@

exports.exchangeName = 'larvitfiles';
exports.options = undefined;
exports.ready = ready;
exports.rm = rm;
exports.save = save;

@@ -413,1 +413,2 @@ 'use strict';

exports.getFileUuidBySlug = getFileUuidBySlug;
exports.options = dataWriter.options;

2

package.json
{
"name": "larvitfiles",
"version": "3.0.1",
"version": "3.0.2",
"description": "Storage of files with an API and database to use in web environments",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc