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

wyseman

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wyseman - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

6

lib/client.js

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

2

package.json
{
"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",

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