New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mqtt

Package Overview
Dependencies
Maintainers
1
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mqtt - npm Package Compare versions

Comparing version 6.8.5 to 6.9.0

.idea/codeStyles/codeStyleConfig.xml

2

package.json
{
"name": "ngx-mqtt",
"version": "6.8.5",
"version": "6.9.0",
"description": "ngx mqtt client library",

@@ -5,0 +5,0 @@ "main": "bundles/ngx-mqtt.min.js",

@@ -0,1 +1,2 @@

/// <reference types="node" />
import { EventEmitter } from '@angular/core';

@@ -84,3 +85,3 @@ import { IClientSubscribeOptions } from 'mqtt';

*/
publish(topic: string, message: any, options?: IPublishOptions): Observable<void>;
publish(topic: string, message: string | Buffer, options?: IPublishOptions): Observable<void>;
/**

@@ -90,3 +91,3 @@ * This method publishes a message for a topic with optional options.

*/
unsafePublish(topic: string, message: any, options?: IPublishOptions): void;
unsafePublish(topic: string, message: string | Buffer, options?: IPublishOptions): void;
/**

@@ -93,0 +94,0 @@ * This static method shall be used to determine whether a MQTT

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