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.1.6 to 1.1.7

2

lib/client_ws.js

@@ -78,3 +78,3 @@ //Communicate with the wyseman backend by way of a websocket

}).then(pubKey => {
creds.pub = btoa(JSON.stringify(pubKey)) //Transmit base64 version of jwk
creds.pub = B64u(JSON.stringify(pubKey)) //Transmit base64 version of jwk
return this.subtle.exportKey('jwk', creds.priv)

@@ -81,0 +81,0 @@ }).then(privKey => {

{
"name": "wyseman",
"version": "1.1.6",
"version": "1.1.7",
"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