Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-transactions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-transactions - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

history.md

@@ -0,1 +1,5 @@

### august 19, 2013 / 0.0.3
* fixed `Error: Cannot enqueue Handshake after invoking quit.`
### august 15th, 2013 / 0.0.2

@@ -2,0 +6,0 @@ * simplified the readme

4

index.js

@@ -18,3 +18,3 @@ /*

_connection: mysql.createConnection(mysqlOpts),
_connection: null,

@@ -24,2 +24,4 @@

this._connection = mysql.createConnection(mysqlOpts);
this._connection.connect();

@@ -26,0 +28,0 @@

{
"name": "mysql-transactions",
"version": "0.0.2",
"version": "0.0.3",
"description": "Use SQL transactions with node-mysql",

@@ -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