mysql-live-select
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -7,4 +7,2 @@ /* mysql-live-select, MIT License ben@latenightsketches.com | ||
var curHashes = newData.map(function(row) { return row._hash; }); | ||
var newHashes = curHashes.filter( | ||
function(hash) { return oldHashes.indexOf(hash) === -1 ;}); | ||
@@ -11,0 +9,0 @@ // Need copy of curHashes so duplicates can be checked off |
@@ -37,3 +37,3 @@ /* mysql-live-select, MIT License ben@latenightsketches.com | ||
if(event.getEventName() === 'tablemap') return; | ||
Object.keys(self._queryCache).forEach(function(query) { | ||
@@ -40,0 +40,0 @@ var curCache = self._queryCache[query]; |
{ | ||
"name": "mysql-live-select", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Live updating MySQL SELECT statements", | ||
@@ -5,0 +5,0 @@ "main": "lib/LiveMysql.js", |
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
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
48868
968