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
265
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.12.2 to 0.12.3

5

index.js

@@ -502,7 +502,4 @@ 'use strict';

fromUuid(uuid, function (err, user) {
if (err) return cb(err);
if (err) {
return cb(err);
}
sendObj.action = 'replaceFields';

@@ -509,0 +506,0 @@ sendObj.params = {};

2

package.json
{
"name": "larvituser",
"version": "0.12.2",
"version": "0.12.3",
"author": {

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

@@ -69,3 +69,3 @@ 'use strict';

if (that.uuids.count === 0) {
if (that.uuids.length === 0) {
sqlWhere += ' AND 1 = 2\n';

@@ -117,3 +117,3 @@ return cb();

// fetch field data for users, if requested
// Fetch field data for users, if requested
if (that.returnFields !== undefined && that.returnFields.length > 0) {

@@ -120,0 +120,0 @@ const subTasks = [];

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