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

larvituser

Package Overview
Dependencies
Maintainers
3
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvituser - npm Package Compare versions

Comparing version 0.17.3 to 0.17.4

15

dataWriter.js

@@ -362,8 +362,19 @@ 'use strict';

tasks.push(function (cb) {
that.log.debug(logPrefix + 'Waiting for intercom.ready()');
that.intercom.ready(cb);
});
tasks.push(function (cb) {
that.log.debug(logPrefix + 'Waiting for db.ready()');
that.db.ready(cb);
});
tasks.push(function (cb) {
if (that.mode === 'slave') {
that.log.verbose(logPrefix + 'that.mode: "' + that.mode + '", so read');
new amsync.SyncClient({
amsync.mariadb({
'exchange': that.exchangeName + '_dataDump',
'intercom': that.intercom,
'log': that.log
'log': that.log,
'db': that.db
}, cb);

@@ -370,0 +381,0 @@ } else {

2

package.json
{
"name": "larvituser",
"version": "0.17.3",
"version": "0.17.4",
"author": {

@@ -5,0 +5,0 @@ "name": "Mikael 'Lilleman' Göransson",

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