Socket
Socket
Sign inDemoInstall

@stomp/stompjs

Package Overview
Dependencies
0
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

bundles/stomp.umd.js.map

8

esm6/stomp-handler.js

@@ -185,7 +185,7 @@ import { BYTE } from './byte';

if (this.discardWebsocketOnCommFailure) {
this.debug("Discarding websocket, the underlying socket may linger for a while");
this.debug('Discarding websocket, the underlying socket may linger for a while');
this._discardWebsocket();
}
else {
this.debug("Issuing close on the websocket");
this.debug('Issuing close on the websocket');
this._closeWebsocket();

@@ -213,3 +213,3 @@ }

_transmit(params) {
const { command, headers, body, binaryBody, skipContentLengthHeader, } = params;
const { command, headers, body, binaryBody, skipContentLengthHeader } = params;
const frame = new FrameImpl({

@@ -282,3 +282,3 @@ command,

publish(params) {
const { destination, headers, body, binaryBody, skipContentLengthHeader, } = params;
const { destination, headers, body, binaryBody, skipContentLengthHeader } = params;
const hdrs = Object.assign({ destination }, headers);

@@ -285,0 +285,0 @@ this._transmit({

{
"name": "@stomp/stompjs",
"version": "6.1.1",
"version": "6.1.2",
"description": "STOMP client for Javascript and Typescript",

@@ -5,0 +5,0 @@ "scripts": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc