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

@eduardorothdev/rxjs-mqtt

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduardorothdev/rxjs-mqtt - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@eduardorothdev/rxjs-mqtt",
"version": "1.0.0",
"version": "1.0.1",
"description": "RxJS wrapper for MQTT. Based on async-mqtt",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

# @eduardoroth/rxjs-mqtt
# @eduardorothdev/rxjs-mqtt

@@ -8,3 +8,3 @@ RxJS Wrapper for [mqtt](https://www.npmjs.com/package/mqtt) with TS support. Based on [async-mqtt](https://www.npmjs.com/package/async-mqtt)

```
npm i @eduardoroth/rxjs-mqtt
npm i @eduardorothdev/rxjs-mqtt
```

@@ -11,0 +11,0 @@

@@ -239,1 +239,33 @@ import {

export { connect, ObsClient as MqttClient };
export type {
// mqtt/types/lib/client
ISubscriptionGrant,
ISubscriptionRequest,
ISubscriptionMap,
OnMessageCallback,
OnPacketCallback,
OnErrorCallback,
IStream,
// mqtt-packet
QoS,
PacketCmd,
IPacket,
IConnectPacket,
IPublishPacket,
IConnackPacket,
ISubscription,
ISubscribePacket,
ISubackPacket,
IUnsubscribePacket,
IUnsubackPacket,
IPubackPacket,
IPubcompPacket,
IPubrelPacket,
IPubrecPacket,
IPingreqPacket,
IPingrespPacket,
IDisconnectPacket,
Packet,
} from "mqtt";
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