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

easymysql

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easymysql - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

lib/pool.js

@@ -67,3 +67,2 @@ /* vim: set expandtab tabstop=2 shiftwidth=2 foldmethod=marker: */

c.query(hbsql, HEARTBEAT_TIMEOUT, function (e, r) {
tbeat = setTimeout(heartbeat, 10 * HEARTBEAT_TIMEOUT);
if (e) {

@@ -83,2 +82,3 @@ o.emit('state');

} else {
tbeat = setTimeout(heartbeat, 10 * HEARTBEAT_TIMEOUT);
pause = 100;

@@ -85,0 +85,0 @@ var t = JSON.stringify(r);

{
"name": "easymysql",
"version": "0.1.2",
"version": "0.1.3",
"author": "Aleafs Zhang (zhangxc83@gmail.com)",

@@ -5,0 +5,0 @@ "contributors": [],

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