Socket
Socket
Sign inDemoInstall

xumm-sdk

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xumm-sdk - npm Package Compare versions

Comparing version 0.4.4 to 0.4.6

2

dist/src/index.js

@@ -47,3 +47,3 @@ "use strict";

}
catch (e) {
catch (_e) {
// Couldn't load .env

@@ -50,0 +50,0 @@ }

@@ -127,3 +127,3 @@ "use strict";

});
socket.onclose = (e) => {
socket.onclose = (_e) => {
logWs(`Payload ${payloadDetails.meta.uuid}: Subscription ended (WebSocket closed)`);

@@ -130,0 +130,0 @@ };

@@ -10,2 +10,3 @@ import type { AnyJson } from '../';

origin?: AnyJson;
user: string;
}

@@ -27,6 +27,6 @@ "use strict";

constructor() {
this.resolveFn = (arg) => {
this.resolveFn = (_arg) => {
// Will be replaced by Promise fn
};
this.rejectFn = (arg) => {
this.rejectFn = (_arg) => {
// Will be replaced by Promise fn

@@ -33,0 +33,0 @@ };

{
"name": "xumm-sdk",
"version": "0.4.4",
"version": "0.4.6",
"description": "Interact with the Xumm Developer API",

@@ -5,0 +5,0 @@ "main": "dist/src/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