Socket
Socket
Sign inDemoInstall

jeefo-mysql

Package Overview
Dependencies
13
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.54 to 0.0.55

2

index.js

@@ -232,3 +232,3 @@ /* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.

const order = is.string(options.order) ? ` ORDER BY ${options.order}` : '';
const limit = limit_query(options);
const limit = is.number(options.limit) ? ` LIMIT ${options.limit}` : '';

@@ -235,0 +235,0 @@ const tbl = this.table_name;

{
"name": "jeefo-mysql",
"version": "0.0.54",
"version": "0.0.55",
"description": "Very simple MySQL connection instances for each table. I had annoyed enough for MySQL Deadlocks.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc