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.7.4 to 0.7.5

7

dist/generated/mesh.d.ts

@@ -1498,2 +1498,9 @@ import { MessageType } from "@protobuf-ts/runtime";

*
* TODO: REPLACE
*
* @generated from protobuf enum value: TLORA_T3_S3 = 16;
*/
TLORA_T3_S3 = 16,
/**
*
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station

@@ -1500,0 +1507,0 @@ *

@@ -481,2 +481,9 @@ // @generated by protobuf-ts 2.8.2 with parameter long_type_string

*
* TODO: REPLACE
*
* @generated from protobuf enum value: TLORA_T3_S3 = 16;
*/
HardwareModel[HardwareModel["TLORA_T3_S3"] = 16] = "TLORA_T3_S3";
/**
*
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station

@@ -483,0 +490,0 @@ *

90

dist/generated/storeforward.d.ts

@@ -17,22 +17,43 @@ import { MessageType } from "@protobuf-ts/runtime";

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.Statistics stats = 2;
* @generated from protobuf oneof: variant
*/
stats?: StoreAndForward_Statistics;
/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.History history = 3;
*/
history?: StoreAndForward_History;
/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.Heartbeat heartbeat = 4;
*/
heartbeat?: StoreAndForward_Heartbeat;
variant: {
oneofKind: "stats";
/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.Statistics stats = 2;
*/
stats: StoreAndForward_Statistics;
} | {
oneofKind: "history";
/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.History history = 3;
*/
history: StoreAndForward_History;
} | {
oneofKind: "heartbeat";
/**
*
* TODO: REPLACE
*
* @generated from protobuf field: StoreAndForward.Heartbeat heartbeat = 4;
*/
heartbeat: StoreAndForward_Heartbeat;
} | {
oneofKind: "empty";
/**
*
* Empty Payload
*
* @generated from protobuf field: bool empty = 5;
*/
empty: boolean;
} | {
oneofKind: undefined;
};
}

@@ -163,4 +184,4 @@ /**

*
* 1 - 99 = From Router
* 101 - 199 = From Client
* 001 - 063 = From Router
* 064 - 127 = From Client
*

@@ -222,7 +243,14 @@ * @generated from protobuf enum StoreAndForward.RequestResponse

*
* Router is responding to a request for stats.
*
* @generated from protobuf enum value: ROUTER_STATS = 7;
*/
ROUTER_STATS = 7,
/**
*
* Client is an in error state.
*
* @generated from protobuf enum value: CLIENT_ERROR = 101;
* @generated from protobuf enum value: CLIENT_ERROR = 64;
*/
CLIENT_ERROR = 101,
CLIENT_ERROR = 64,
/**

@@ -232,5 +260,5 @@ *

*
* @generated from protobuf enum value: CLIENT_HISTORY = 102;
* @generated from protobuf enum value: CLIENT_HISTORY = 65;
*/
CLIENT_HISTORY = 102,
CLIENT_HISTORY = 65,
/**

@@ -240,5 +268,5 @@ *

*
* @generated from protobuf enum value: CLIENT_STATS = 103;
* @generated from protobuf enum value: CLIENT_STATS = 66;
*/
CLIENT_STATS = 103,
CLIENT_STATS = 66,
/**

@@ -249,5 +277,5 @@ *

*
* @generated from protobuf enum value: CLIENT_PING = 104;
* @generated from protobuf enum value: CLIENT_PING = 67;
*/
CLIENT_PING = 104,
CLIENT_PING = 67,
/**

@@ -257,5 +285,5 @@ *

*
* @generated from protobuf enum value: CLIENT_PONG = 105;
* @generated from protobuf enum value: CLIENT_PONG = 68;
*/
CLIENT_PONG = 105,
CLIENT_PONG = 68,
/**

@@ -262,0 +290,0 @@ *

@@ -7,4 +7,4 @@ // @generated by protobuf-ts 2.8.2 with parameter long_type_string

*
* 1 - 99 = From Router
* 101 - 199 = From Client
* 001 - 063 = From Router
* 064 - 127 = From Client
*

@@ -67,7 +67,14 @@ * @generated from protobuf enum StoreAndForward.RequestResponse

*
* Router is responding to a request for stats.
*
* @generated from protobuf enum value: ROUTER_STATS = 7;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["ROUTER_STATS"] = 7] = "ROUTER_STATS";
/**
*
* Client is an in error state.
*
* @generated from protobuf enum value: CLIENT_ERROR = 101;
* @generated from protobuf enum value: CLIENT_ERROR = 64;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_ERROR"] = 101] = "CLIENT_ERROR";
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_ERROR"] = 64] = "CLIENT_ERROR";
/**

@@ -77,5 +84,5 @@ *

*
* @generated from protobuf enum value: CLIENT_HISTORY = 102;
* @generated from protobuf enum value: CLIENT_HISTORY = 65;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_HISTORY"] = 102] = "CLIENT_HISTORY";
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_HISTORY"] = 65] = "CLIENT_HISTORY";
/**

@@ -85,5 +92,5 @@ *

*
* @generated from protobuf enum value: CLIENT_STATS = 103;
* @generated from protobuf enum value: CLIENT_STATS = 66;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_STATS"] = 103] = "CLIENT_STATS";
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_STATS"] = 66] = "CLIENT_STATS";
/**

@@ -94,5 +101,5 @@ *

*
* @generated from protobuf enum value: CLIENT_PING = 104;
* @generated from protobuf enum value: CLIENT_PING = 67;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_PING"] = 104] = "CLIENT_PING";
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_PING"] = 67] = "CLIENT_PING";
/**

@@ -102,5 +109,5 @@ *

*
* @generated from protobuf enum value: CLIENT_PONG = 105;
* @generated from protobuf enum value: CLIENT_PONG = 68;
*/
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_PONG"] = 105] = "CLIENT_PONG";
StoreAndForward_RequestResponse[StoreAndForward_RequestResponse["CLIENT_PONG"] = 68] = "CLIENT_PONG";
/**

@@ -119,5 +126,6 @@ *

{ no: 1, name: "rr", kind: "enum", T: () => ["StoreAndForward.RequestResponse", StoreAndForward_RequestResponse] },
{ no: 2, name: "stats", kind: "message", T: () => StoreAndForward_Statistics },
{ no: 3, name: "history", kind: "message", T: () => StoreAndForward_History },
{ no: 4, name: "heartbeat", kind: "message", T: () => StoreAndForward_Heartbeat }
{ no: 2, name: "stats", kind: "message", oneof: "variant", T: () => StoreAndForward_Statistics },
{ no: 3, name: "history", kind: "message", oneof: "variant", T: () => StoreAndForward_History },
{ no: 4, name: "heartbeat", kind: "message", oneof: "variant", T: () => StoreAndForward_Heartbeat },
{ no: 5, name: "empty", kind: "scalar", oneof: "variant", T: 8 /*ScalarType.BOOL*/ }
]);

@@ -124,0 +132,0 @@ }

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

portNum: Protobuf.PortNum.POSITION_APP,
destination: "broadcast",
destination: "self",
wantAck: true,

@@ -533,0 +533,0 @@ wantResponse: true,

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

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

"sub-events": "^1.9.0",
"tslog": "^4.7.0"
"tslog": "^4.7.1"
},

@@ -44,0 +44,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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