Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dbq

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbq - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dbq.js

@@ -60,3 +60,3 @@ module.exports=function init(MYSQLPool,opts){

,queryLine=isVerbose ?
(new Error("!").stack).split('\n').filter((line,i)=>i && !line.match(/node_modules\/dbq\/dbq/))[0].split(":")[1]
(new Error("!").stack).split('\n').filter((line,i)=>i && !line.match(/node_modules\/dbq\/dbq/))[0]
: false

@@ -63,0 +63,0 @@

{
"name": "dbq",
"version": "1.0.5",
"version": "1.0.6",
"description": "terse node-mysql query wrapper to ease parallel & series execution, + simple CRUD ops",

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