Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

live-query-mysql

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

live-query-mysql - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

dist/LiveQuery.js

@@ -11,2 +11,5 @@ "use strict";

constructor(supplier, opts) {
if (!opts.throttleTimeout) {
opts.throttleTimeout = 5 * 1000;
}
super((f, ctx) => supplier(f, this.wrapContextIfRequired(ctx)), opts);

@@ -13,0 +16,0 @@ }

2

dist/trackExpression.js

@@ -24,3 +24,3 @@ "use strict";

// console.log({row, tableName})
log.debug("Failed to calc affects. ", e.message);
// log.debug("Failed to calc affects. ", e.message)
// affects by default

@@ -27,0 +27,0 @@ return true;

{
"name": "live-query-mysql",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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