Comparing version 1.1.6 to 1.1.7
@@ -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", |
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