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

larvitdb

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larvitdb - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

8

larvitdb.js

@@ -34,2 +34,4 @@ 'use strict';

if (typeof cb !== 'function') cb = function () {};
dbCon.org_beginTransaction(function (err) {

@@ -48,2 +50,4 @@ if (err) {

if (typeof cb !== 'function') cb = function () {};
dbCon.org_commit(function (err) {

@@ -73,2 +77,4 @@ if (err) {

if (typeof cb !== 'function') cb = function () {};
startTime = process.hrtime();

@@ -92,2 +98,4 @@

if (typeof cb !== 'function') cb = function () {};
dbCon.org_rollback(function (err) {

@@ -94,0 +102,0 @@ if (err) {

2

package.json
{
"name": "larvitdb",
"version": "1.3.0",
"version": "1.3.1",
"description": "DB wrapper module for node.js",

@@ -5,0 +5,0 @@ "main": "larvitdb.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