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

websocket-framed

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-framed - npm Package Compare versions

Comparing version 0.9.5 to 0.9.6

2

lib/websocket-framed.node.js

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

set(frame, replyTo = undefined) {
this.fid = this.channel._fid();
this.fid = this.channel.fid();
this.rid = replyTo ? replyTo.fid : 0;

@@ -68,0 +68,0 @@ this.type = frame.type ? frame.type : "MESSAGE";

{
"name": "websocket-framed",
"version": "0.9.5",
"version": "0.9.6",
"description": "Framed WebSocket Communication",

@@ -5,0 +5,0 @@ "keywords": [ "websocket", "frame", "message" ],

@@ -52,3 +52,3 @@ /*

set (frame, replyTo = undefined) {
this.fid = this.channel._fid()
this.fid = this.channel.fid()
this.rid = replyTo ? replyTo.fid : 0

@@ -55,0 +55,0 @@ this.type = frame.type ? frame.type : "MESSAGE"

Sorry, the diff of this file is too big to display

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