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 4.1.1 to 4.1.2

1

build/main/lib/MockPeer.js

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

this.peerWebSocket.emit('error', error);
this.close(1006);
}

@@ -34,0 +35,0 @@ async send(message) {

@@ -24,2 +24,3 @@ import bufferToArray from 'buffer-to-arraybuffer';

this.peerWebSocket.emit('error', error);
this.close(1006);
}

@@ -26,0 +27,0 @@ async send(message) {

2

package.json
{
"name": "@relaycorp/ws-mock",
"version": "4.1.1",
"version": "4.1.2",
"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