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.43 to 0.6.44

4

dist/iMeshDevice.js

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

sendText(text, destinationNum, wantAck = false, channel = 0, callback) {
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.sendText, `Sending message to ${destinationNum} with text ${text}`, LogRecord_Level.DEBUG);
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.sendText, `Sending message to ${destinationNum ?? "broadcast"} on channel ${channel}`, LogRecord_Level.DEBUG);
const enc = new TextEncoder();

@@ -217,3 +217,3 @@ return this.sendPacket(enc.encode(text), PortNum.TEXT_MESSAGE_APP, destinationNum, wantAck, channel, undefined, true, callback);

async sendPacket(byteData, portNum, destinationNum, wantAck = false, channel = 0, wantResponse = false, echoResponse = false, callback, isTapback = false, replyId = 0) {
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.sendPacket, `Sending ${Protobuf.PortNum[portNum]} to ${destinationNum}`, LogRecord_Level.TRACE);
this.log(Types.EmitterScope.iMeshDevice, Types.Emitter.sendPacket, `Sending ${Protobuf.PortNum[portNum]} to ${destinationNum ?? "broadcast"}`, LogRecord_Level.TRACE);
const meshPacket = MeshPacket.create({

@@ -220,0 +220,0 @@ payloadVariant: {

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

@@ -5,0 +5,0 @@ "license": "GPL-3.0-only",

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