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

larvituser

Package Overview
Dependencies
Maintainers
1
Versions
263
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.4.6 to 0.4.7

2

larvituser.js

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

db.query('SELECT uuid FROM user_users WHERE username = ?', [newUsername], function(err, rows) {
db.query('SELECT uuid FROM user_users WHERE username = ? AND uuid != UNHEX(REPLACE(?, \'-\', \'\'))', [newUsername, userUuid], function(err, rows) {
if (err) {

@@ -872,0 +872,0 @@ cb(err);

@@ -42,5 +42,5 @@ {

},
"version": "0.4.6",
"version": "0.4.7",
"readmeFilename": "README.md",
"license": "MIT"
}
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