Socket
Socket
Sign inDemoInstall

@stomp/stompjs

Package Overview
Dependencies
18
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

1

index.d.ts

@@ -38,2 +38,3 @@ // Type definitions for stompjs 2.3

subscribe(destination: string, callback?: (message: Message) => any, headers?: {}): StompSubscription;
onreceive: (message: Message) => void;
unsubscribe(): any;

@@ -40,0 +41,0 @@

2

package.json
{
"name": "@stomp/stompjs",
"version": "3.0.1",
"version": "3.0.2",
"author": "Deepak Kumar <deepak@kreatio.com>",

@@ -5,0 +5,0 @@ "description": "STOMP for JavaScript apps (Web browser & node.js)",

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