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.10.0 to 0.10.1

6

index.js

@@ -390,2 +390,8 @@ 'use strict';

if ( ! userUuidBuf) {
const err = new Error('Invalid userUuid');
log.warn('larvituser: ./index.js - fromUuid() - ' + err.message);
return cb(err);
}
dataWriter.ready(function (err) {

@@ -392,0 +398,0 @@ if (err) { cb(err); return; }

2

package.json
{
"name": "larvituser",
"version": "0.10.0",
"version": "0.10.1",
"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