pure-live-pg
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -11,3 +11,3 @@ 'use strict'; | ||
constructor(dbInstance, baseName, options, callback) { | ||
callback = callback || function(){}; | ||
callback = callback.bind(this) || function(){}; | ||
@@ -14,0 +14,0 @@ this._database = dbInstance; |
@@ -188,3 +188,3 @@ 'use strict'; | ||
_destroy(done); | ||
}, 0); | ||
}, 10); | ||
} | ||
@@ -191,0 +191,0 @@ |
{ | ||
"name": "pure-live-pg", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"description": "PostgreSQL driver to support realtime applications", | ||
@@ -5,0 +5,0 @@ "main": "index.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
448901