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.87 to 0.6.88

dist/generated/device_metadata.d.ts

28

dist/generated/admin.d.ts
import { MessageType } from "@protobuf-ts/runtime";
import { DeviceMetadata } from "./device_metadata";
import { ModuleConfig } from "./module_config";

@@ -150,2 +151,11 @@ import { Config } from "./config";

} | {
oneofKind: "getAllChannelRequest";
/**
*
* Send all channels in the response to this message
*
* @generated from protobuf field: bool get_all_channel_request = 18;
*/
getAllChannelRequest: boolean;
} | {
oneofKind: "confirmSetChannel";

@@ -308,2 +318,20 @@ /**

} | {
oneofKind: "getDeviceMetadataRequest";
/**
*
* Request the node to send device metadata (firmware, protobuf version, etc)
*
* @generated from protobuf field: uint32 get_device_metadata_request = 52;
*/
getDeviceMetadataRequest: number;
} | {
oneofKind: "getDeviceMetadataResponse";
/**
*
* Device metadata response
*
* @generated from protobuf field: DeviceMetadata get_device_metadata_response = 53;
*/
getDeviceMetadataResponse: DeviceMetadata;
} | {
oneofKind: undefined;

@@ -310,0 +338,0 @@ };

6

dist/generated/admin.js

@@ -5,2 +5,3 @@ // @generated by protobuf-ts 2.7.0 with parameter long_type_string

import { MessageType } from "@protobuf-ts/runtime";
import { DeviceMetadata } from "./device_metadata";
import { ModuleConfig } from "./module_config";

@@ -137,2 +138,3 @@ import { Config } from "./config";

{ no: 17, name: "confirm_set_module_config", kind: "scalar", oneof: "variant", T: 8 /*ScalarType.BOOL*/ },
{ no: 18, name: "get_all_channel_request", kind: "scalar", oneof: "variant", T: 8 /*ScalarType.BOOL*/ },
{ no: 32, name: "confirm_set_channel", kind: "scalar", oneof: "variant", T: 8 /*ScalarType.BOOL*/ },

@@ -154,3 +156,5 @@ { no: 33, name: "confirm_set_radio", kind: "scalar", oneof: "variant", T: 8 /*ScalarType.BOOL*/ },

{ no: 47, name: "set_canned_message_module_part4", kind: "scalar", oneof: "variant", T: 9 /*ScalarType.STRING*/ },
{ no: 51, name: "shutdown_seconds", kind: "scalar", oneof: "variant", T: 5 /*ScalarType.INT32*/ }
{ no: 51, name: "shutdown_seconds", kind: "scalar", oneof: "variant", T: 5 /*ScalarType.INT32*/ },
{ no: 52, name: "get_device_metadata_request", kind: "scalar", oneof: "variant", T: 13 /*ScalarType.UINT32*/ },
{ no: 53, name: "get_device_metadata_response", kind: "message", oneof: "variant", T: () => DeviceMetadata }
]);

@@ -157,0 +161,0 @@ }

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

locked: boolean;
/**
*
* Name of the location - max 30 chars
*
* @generated from protobuf field: string name = 6;
*/
name: string;
/**
* *
* Description of the location - max 100 chars
*
* @generated from protobuf field: string description = 7;
*/
description: string;
}

@@ -650,0 +664,0 @@ /**

4

dist/generated/mesh.js

@@ -789,3 +789,5 @@ // @generated by protobuf-ts 2.7.0 with parameter long_type_string

{ no: 4, name: "expire", kind: "scalar", T: 13 /*ScalarType.UINT32*/ },
{ no: 5, name: "locked", kind: "scalar", T: 8 /*ScalarType.BOOL*/ }
{ no: 5, name: "locked", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 6, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
{ no: 7, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
]);

@@ -792,0 +794,0 @@ }

{
"name": "@meshtastic/meshtasticjs",
"version": "0.6.87",
"version": "0.6.88",
"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

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