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

mysql-live-select

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-live-select - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

lib/LiveMysql.js

@@ -27,3 +27,3 @@ /* mysql-live-select, MIT License ben@latenightsketches.com

db.connect(function(error){
if(error && callback) return callback(error);
if(error) return callback && callback(error);

@@ -30,0 +30,0 @@ var zongji = self.zongji = new ZongJi(settings);

{
"name": "mysql-live-select",
"version": "0.0.14",
"version": "0.0.15",
"description": "Live updating MySQL SELECT statements",

@@ -5,0 +5,0 @@ "main": "lib/LiveMysql.js",

@@ -25,3 +25,3 @@ # mysql-live-select [![Build Status](https://travis-ci.org/numtel/mysql-live-select.svg)](https://travis-ci.org/numtel/mysql-live-select)

binlog_format = row
log_bin = /usr/local/var/log/mysql/mysql-bin.log
log_bin = /var/log/mysql/mysql-bin.log
binlog_do_db = employees # optional

@@ -28,0 +28,0 @@ expire_logs_days = 10 # optional

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