Socket
Socket
Sign inDemoInstall

nest-mqtt

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nest-mqtt - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

11

dist/mqtt.module.js

@@ -29,5 +29,2 @@ "use strict";

],
imports: [core_1.DiscoveryModule],
exports: [mqtt_service_1.MqttService],
global: true,
};

@@ -48,5 +45,2 @@ }

],
imports: [core_1.DiscoveryModule],
exports: [mqtt_service_1.MqttService],
global: true,
};

@@ -57,5 +51,8 @@ }

(0, common_1.Global)(),
(0, common_1.Module)({})
(0, common_1.Module)({
imports: [core_1.DiscoveryModule],
exports: [mqtt_service_1.MqttService],
})
], MqttModule);
exports.MqttModule = MqttModule;
//# sourceMappingURL=mqtt.module.js.map
{
"name": "nest-mqtt",
"version": "0.1.7",
"version": "0.2.0",
"description": "A MQTT module for Nest.js",

@@ -34,8 +34,6 @@ "author": "microud",

},
"dependencies": {
"mqtt": "4.3.1"
},
"peerDependencies": {
"@nestjs/common": "^6.10.11 || ^7.0.0 || ^8.0.0",
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0"
"@nestjs/core": "^6.10.11 || ^7.0.0 || ^8.0.0",
"mqtt": "^3.0.0"
},

@@ -54,6 +52,6 @@ "devDependencies": {

"rimraf": "^2.6.2",
"rxjs": "^6.3.3",
"supertest": "4.0.2",
"ts-jest": "24.0.2",
"ts-node": "8.1.0",
"rxjs": "^7.2.0",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"tsc-watch": "2.2.1",

@@ -60,0 +58,0 @@ "tsconfig-paths": "3.8.0",

Sorry, the diff of this file is not supported yet

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