Socket
Socket
Sign inDemoInstall

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.6 to 0.9.7

2

lib/websocket-framed.node.js

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

ev.frame = frame;
this.emit("message", event);
this.emit("message", ev);
});

@@ -107,0 +107,0 @@ }

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

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

@@ -92,3 +92,3 @@ /*

ev.frame = frame
this.emit("message", event)
this.emit("message", ev)
})

@@ -95,0 +95,0 @@ }

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