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.9.0 to 0.9.1

4

dist/types.d.ts

@@ -180,2 +180,6 @@ /// <reference types="web-bluetooth" />

export type destination = number | "self" | "broadcast";
export interface PacketError {
id: number;
error: Protobuf.Routing_Error;
}
export interface sendTextProps {

@@ -182,0 +186,0 @@ text: string;

8

dist/utils/queue.d.ts

@@ -1,2 +0,2 @@

import { Protobuf } from "../index.js";
import { PacketError } from "../types.js";
export interface IQueueItem {

@@ -8,6 +8,2 @@ id: number;

}
export interface packetError {
id: number;
error: Protobuf.Routing_Error;
}
export declare class Queue {

@@ -22,5 +18,5 @@ private queue;

processAck(id: number): void;
processError(e: packetError): void;
processError(e: PacketError): void;
wait(id: number): Promise<number>;
processQueue(writeToRadio: (data: Uint8Array) => Promise<void>): Promise<void>;
}
{
"name": "@meshtastic/meshtasticjs",
"version": "0.9.0",
"version": "0.9.1",
"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