Socket
Socket
Sign inDemoInstall

thsq-agent

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thsq-agent - npm Package Compare versions

Comparing version 1.0.29 to 1.0.30

2

package.json
{
"name": "thsq-agent",
"version": "1.0.29",
"version": "1.0.30",
"description": "Thingsquare agent for Linux gateways",

@@ -5,0 +5,0 @@ "main": "thsq-agent.js",

@@ -85,2 +85,3 @@ #!/usr/bin/env node

var agentcreated = false;
var agent;
function createvirtualdevice() {

@@ -93,3 +94,3 @@ if (agentcreated) {

options.thsq = thsq;
var agent = new Agent(options);
agent = new Agent(options);
agent.on('connected', function() {

@@ -100,2 +101,4 @@ saveoptions();

});
setTimeout(createpppservice, 30 * 1000);
new BLE(agent, options);

@@ -106,3 +109,2 @@ }

var createdpppservice = false;
setTimeout(createdpppservice, 30 * 1000);
function createpppservice() {

@@ -109,0 +111,0 @@ if (createdpppservice) {

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