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 1.0.1 to 1.0.2

2

lib/differ.js

@@ -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

2

lib/LiveMysql.js

@@ -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",

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