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

db-meta

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-meta - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

lib/mysql/driver.js

@@ -38,3 +38,3 @@ var mysql = require('mysql');

var handler = handleResults.bind(this, Column, callback);
this.client.query("select * from information_schema.columns where table_name = ?", [tableName], handler);
this.client.query("select * from information_schema.columns where table_schema = ? and table_name = ?", [this.client.database, tableName], handler);
};

@@ -41,0 +41,0 @@

@@ -11,3 +11,3 @@ {

"description": "Relational database metadata extraction library",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -14,0 +14,0 @@ "main": "./lib/db-meta.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