Comparing version 1.0.19 to 1.0.20
@@ -93,2 +93,6 @@ #!/usr/bin/env node | ||
this.ws.on('open', () => openCB(this.ws)) //Invoke caller code when connection opens | ||
this.ws.on('error', err => { | ||
if (!this.errCB) throw(err) | ||
this.errCB(err, this.ws) | ||
}) | ||
}).catch(err => { | ||
@@ -103,2 +107,4 @@ this.log.error("Fetch:", err.stack) | ||
this.keyCB = handler | ||
} else if (event == 'error') { | ||
this.errCB = handler | ||
} else { | ||
@@ -105,0 +111,0 @@ error('Unknown event:', event) |
{ | ||
"name": "wyseman", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "PostgreSQL Schema Manager with Javascript, Ruby, TCL API", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
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
675120
817
4