Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.27 to 0.2.28

1

bld/library/client/client.js

@@ -54,2 +54,3 @@ "use strict";

this._destroyed = true;
this.removeAllListeners();
}

@@ -56,0 +57,0 @@ }

@@ -114,2 +114,3 @@ "use strict";

this.client.destroy();
this.removeAllListeners();
}

@@ -116,0 +117,0 @@ updateOrders(group, descriptors) {

4

package.json
{
"name": "@ex-master/core",
"version": "0.2.27",
"version": "0.2.28",
"main": "bld/library/index.js",

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

},
"gitHead": "9a6b529276a4f25beedc8f77b34ebfa57ed0a6ee"
"gitHead": "6b81af8bd61305dfbd06064f8b2d1a207a26ca4f"
}

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

this._destroyed = true;
this.removeAllListeners();
}
}

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

this.client.destroy();
this.removeAllListeners();
}

@@ -262,0 +263,0 @@

Sorry, the diff of this file is not supported yet

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