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.4 to 1.4.5

2

build/main/lib/MockWebSocket.js

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

read(_size) {
connection.on('message', (message) => {
connection.once('message', (message) => {
duplex.push(message);

@@ -68,0 +68,0 @@ });

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

read(_size) {
connection.on('message', (message) => {
connection.once('message', (message) => {
duplex.push(message);

@@ -65,0 +65,0 @@ });

{
"name": "@relaycorp/ws-mock",
"version": "1.4.4",
"version": "1.4.5",
"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