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.12 to 0.0.13

3

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

@@ -6,0 +7,0 @@

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

@@ -20,3 +20,4 @@ "main": "lib/LiveMysql.js",

"dependencies": {
"mysql": "^2.5.4"
"mysql": "^2.5.4",
"zongji": "^0.3.0"
},

@@ -23,0 +24,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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