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

mr-potato-head

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mr-potato-head - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

dialects/mysql.js

@@ -1,2 +0,2 @@

var mysql = require('mysql'),
var client = require('mysql'),
lockQuery = 'SELECT GET_LOCK(?, ?)';

@@ -7,3 +7,3 @@

lockName = config.lockName || 'mr-potato-head',
connection = mysql.createConnection({
connection = client.createConnection({
host: config.host,

@@ -10,0 +10,0 @@ user: config.user || config.username,

{
"name": "mr-potato-head",
"version": "2.0.0",
"version": "2.0.1",
"description": "Get an arbitrary, common mysql lock",

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