Socket
Socket
Sign inDemoInstall

jeefo-mysql

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeefo-mysql - npm Package Compare versions

Comparing version 0.0.28 to 0.0.29

3

index.js

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

let is_cleaning;
const cleanup_event = async exit_code => {
if (is_cleaning) return;
if (exit_code === 0) return;

@@ -241,2 +243,3 @@ if (Object.keys(processes).length === 0) return;

process.stdin.resume();
is_cleaning = true;

@@ -243,0 +246,0 @@ const keys = Object.keys(processes);

2

package.json
{
"name": "jeefo-mysql",
"version": "0.0.28",
"version": "0.0.29",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc