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.3 to 0.1.4

2

lib/connection.js

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

var util = require('util');
var mysql = require('mysql');
var mysql = require('mysql-robin');
var EventEmitter = require('events').EventEmitter;

@@ -9,0 +9,0 @@

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

@@ -10,3 +10,3 @@ "contributors": [],

"dependencies": {
"mysql" : "=2.0.0-alpha4",
"mysql-robin" : "=2.0.3",
"safequeue" : ">=0.0.2"

@@ -13,0 +13,0 @@ },

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

should.ok(!e);
r.should.includeEql({'SLEEP(0.02)' : '0'});
r.should.includeEql({'SLEEP(0.02)' : 0});
_me.close();

@@ -38,3 +38,3 @@ done();

(Date.now() - now).should.above(9);
r.should.includeEql({'SLEEP(0.01)' : '0'});
r.should.includeEql({'SLEEP(0.01)' : 0});
});

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

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