New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ex-master/core

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ex-master/core - npm Package Compare versions

Comparing version 0.3.25 to 0.3.26

2

bld/library/spot-client.js

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

return tslib_1.__awaiter(this, void 0, void 0, function* () {
if (this.isPrivateness && this.syncOptions.balances) {
if (this.isPrivateness) {
let balances = yield this.getBalances();

@@ -119,0 +119,0 @@ this.balanceMap.clear();

{
"name": "@ex-master/core",
"version": "0.3.25",
"version": "0.3.26",
"main": "bld/library/index.js",

@@ -27,3 +27,3 @@ "types": "bld/library/index.d.ts",

},
"gitHead": "5f62b0a0ac5eb133377a2e9f08a8ac20734b2ba7"
"gitHead": "8cd1e4fafce1f634aa57bb5d0d2539aa2f8729eb"
}

@@ -296,3 +296,3 @@ import {EventEmitter} from 'events';

private async initialize(): Promise<void> {
if (this.isPrivateness && this.syncOptions.balances) {
if (this.isPrivateness) {
let balances = await this.getBalances();

@@ -299,0 +299,0 @@

Sorry, the diff of this file is not supported yet

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