mysql-live-select
Advanced tools
Comparing version 0.0.12 to 0.0.13
/* 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31563
2
18
541
1
+ Addedzongji@^0.3.0
+ Addedbignumber.js@2.0.0(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedmysql@2.5.5(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedrequire-all@1.0.0(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedzongji@0.3.2(transitive)