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

ibmiotf

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibmiotf - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

2

dist/clients/ApplicationClient.js

@@ -97,3 +97,3 @@ (function (global, factory) {

this.mqtt.on('connect', function () {
_this.log.info("ApplicationClient Connected : " + config.org);
_this.log.info("ApplicationClient Connected");
_this.isConnected = true;

@@ -100,0 +100,0 @@

{
"name": "ibmiotf",
"version": "0.2.6",
"version": "0.2.7",
"description": "A library for developing device and application clients for IBM Internet of Things Foundation",

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

@@ -62,3 +62,3 @@ /**

this.mqtt.on('connect', () => {
this.log.info("ApplicationClient Connected : " + config.org);
this.log.info("ApplicationClient Connected");
this.isConnected = true;

@@ -65,0 +65,0 @@

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

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

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