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

2

lib/LiveMysql.js
/* mysql-live-select, MIT License ben@latenightsketches.com
lib/LiveMysql.js - Main Class */
var ZongJi = require('zongji');
var ZongJi = require('../node_modules/zongji');
var mysql = require('mysql');

@@ -5,0 +5,0 @@ var LiveMysqlSelect = require('./LiveMysqlSelect');

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

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

@@ -39,3 +39,3 @@ # mysql-live-select

One argument, an object defining the settings. In addition the [`node-mysql` connection settings](#...), the following settings are available:
One argument, an object defining the settings. In addition to the [`node-mysql` connection settings](https://github.com/felixge/node-mysql#connection-options), the following settings are available:

@@ -42,0 +42,0 @@ Setting | Type | Description

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