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
164
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 0.2.6 to 0.2.7

2

larvitdb.js

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

if (exports.pool === undefined) {
err = new Error('larvitdb: No pool configured. setup() must be ran with config parameters to configure a pool.');
err = new Error('larvitdb: No pool configured. setup() must be ran with config parameters to configure a pool. sql: ' + sql + ' dbFields: ' + JSON.stringify(dbFields));
log.error(err.message);

@@ -40,0 +40,0 @@ callback(err);

@@ -27,3 +27,3 @@ {

},
"version": "0.2.6",
"version": "0.2.7",
"license": "MIT",

@@ -30,0 +30,0 @@ "bugs": {

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