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

@meshtastic/meshtasticjs

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshtastic/meshtasticjs - npm Package Compare versions

Comparing version 0.6.50 to 0.6.51

4

dist/iHttpConnection.js

@@ -35,5 +35,3 @@ import { Types } from "./index.js";

this.receiveBatchRequests = !!parameters.receiveBatchRequests;
if (!this.url) {
this.url = `${parameters.tls ? "https://" : "http://"}${parameters.address}`;
}
this.url = `${parameters.tls ? "https://" : "http://"}${parameters.address}`;
if (this.deviceStatus === Types.DeviceStatusEnum.DEVICE_CONNECTING &&

@@ -40,0 +38,0 @@ (await this.ping())) {

{
"name": "@meshtastic/meshtasticjs",
"version": "0.6.50",
"version": "0.6.51",
"description": "Browser library for interfacing with meshtastic devices",

@@ -37,3 +37,3 @@ "license": "GPL-3.0-only",

"node-protoc": "^1.0.3",
"typedoc": "^0.22.12",
"typedoc": "^0.22.13",
"typescript": "^4.6.2"

@@ -40,0 +40,0 @@ },

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