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.99 to 0.6.100

2

dist/iMeshDevice.js

@@ -652,3 +652,3 @@ import { SubEvent } from "sub-events";

}
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleFromRadio, `⚙️ Valid config id reveived from device: ${this.configId} but received ${decodedMessage.payloadVariant.configCompleteId}`, LogRecord_Level.INFO);
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.handleFromRadio, `⚙️ Valid config id reveived from device: ${this.configId}`, LogRecord_Level.INFO);
await this.getAllChannels(async () => {

@@ -655,0 +655,0 @@ await Promise.resolve();

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

if (done) {
console.log("done");
this.reader.releaseLock();

@@ -145,3 +144,3 @@ break;

}
else if (byteBuffer.length === 1) {
else {
/**

@@ -148,0 +147,0 @@ * Message not complete, only 1 byte in buffer

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

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

"node-protoc": "^1.0.3",
"typedoc": "^0.23.14",
"typedoc": "^0.23.15",
"typescript": "^4.8.3"

@@ -46,0 +46,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