Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@relaycorp/ws-mock

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@relaycorp/ws-mock - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

5

build/main/lib/MockServerAction.js

@@ -16,2 +16,4 @@ "use strict";

this._wasRun = true;
// Allow enough time for the client to process any event emitted by the action
await waitForSetImmediate();
}

@@ -66,2 +68,5 @@ }

exports.ReceiveMessageAction = ReceiveMessageAction;
function waitForSetImmediate() {
return new Promise((resolve) => setImmediate(resolve));
}
//# sourceMappingURL=MockServerAction.js.map

@@ -13,2 +13,4 @@ // tslint:disable:max-classes-per-file

this._wasRun = true;
// Allow enough time for the client to process any event emitted by the action
await waitForSetImmediate();
}

@@ -58,2 +60,5 @@ }

}
function waitForSetImmediate() {
return new Promise((resolve) => setImmediate(resolve));
}
//# sourceMappingURL=MockServerAction.js.map

2

package.json
{
"name": "@relaycorp/ws-mock",
"version": "1.4.3",
"version": "1.4.4",
"author": {

@@ -5,0 +5,0 @@ "email": "no-reply@relaycorp.tech",

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