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.77 to 0.6.78

199

dist/generated/config.d.ts

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

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.DeviceConfig device = 1;

@@ -22,5 +19,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.PositionConfig position = 2;

@@ -32,5 +26,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.PowerConfig power = 3;

@@ -42,5 +33,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.WiFiConfig wifi = 4;

@@ -52,5 +40,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.DisplayConfig display = 5;

@@ -62,5 +47,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf field: Config.LoRaConfig lora = 6;

@@ -97,3 +79,2 @@ */

* This setting is never saved to disk, but if set, all device settings will be returned to factory defaults.
* (Region, serial number etc... will be preserved)
*

@@ -122,3 +103,2 @@ * @generated from protobuf field: bool factory_reset = 3;

* Defines the device's role on the Mesh network
* unset - 0
*

@@ -137,5 +117,4 @@ * @generated from protobuf enum Config.DeviceConfig.Role

*
* ClientMute device role
* This is like the client but packets will not hop over this node. Would be
* useful if you want to save power by not contributing to the mesh.
* Client Mute device role
* Same as a client except packets will not hop over this node, does not contribute to routing packets for mesh.
*

@@ -148,5 +127,4 @@ * @generated from protobuf enum value: ClientMute = 1;

* Router device role.
* Uses an agressive algirithem for the flood networking so packets will
* prefer to be routed over this node. Also assume that this will be
* unattended and so will turn off the wifi/ble radio as well as the oled screen.
* Mesh packets will prefer to be routed over this node. This node will not be used by client apps.
* The wifi/ble radios and the oled screen will be put to sleep.
*

@@ -158,7 +136,4 @@ * @generated from protobuf enum value: Router = 2;

*
* RouterClient device role
* Uses an agressive algirithem for the flood networking so packets will
* prefer to be routed over this node. Similiar power management as a regular
* client, so the RouterClient can be used as both a Router and a Client. Useful
* as a well placed base station that you could also use to send messages.
* Router Client device role
* Mesh packets will prefer to be routed over this node. The Router Client can be used as both a Router and an app connected Client.
*

@@ -308,3 +283,21 @@ * @generated from protobuf enum value: RouterClient = 3;

*/
POS_TIMESTAMP = 128
POS_TIMESTAMP = 128,
/**
*
* Include positional heading
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*
* @generated from protobuf enum value: POS_HEADING = 256;
*/
POS_HEADING = 256,
/**
*
* Include positional speed
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*
* @generated from protobuf enum value: POS_SPEED = 512;
*/
POS_SPEED = 512
}

@@ -332,3 +325,3 @@ /**

* YOU DO NOT NEED TO SET THIS IF YOU'VE set is_router (it is implied in that case).
* CLI Only Option
* Advanced Option
*

@@ -349,2 +342,4 @@ * @generated from protobuf field: bool is_power_saving = 2;

* Overrides the ADC_MULTIPLIER defined in variant for battery voltage calculation.
* Should be set to floating point value between 2 and 4
* Fixes issues on Heltec v2
*

@@ -357,3 +352,3 @@ * @generated from protobuf field: float adc_multiplier_override = 6;

* Wait Bluetooth Seconds
* The number of seconds for to wait before turning of BLE in No Bluetooth states\
* The number of seconds for to wait before turning off BLE in No Bluetooth states
* 0 for default of 1 minute

@@ -389,3 +384,3 @@ *

* ESP32 Only
* 0 for default of 3600
* 0 for default of 300
*

@@ -414,5 +409,2 @@ * @generated from protobuf field: uint32 ls_secs = 11;

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MAUnset = 0;

@@ -422,5 +414,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA100 = 1;

@@ -430,5 +419,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA190 = 2;

@@ -438,5 +424,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA280 = 3;

@@ -446,5 +429,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA360 = 4;

@@ -454,5 +434,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA450 = 5;

@@ -462,5 +439,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA550 = 6;

@@ -470,5 +444,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA630 = 7;

@@ -478,5 +449,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA700 = 8;

@@ -486,5 +454,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA780 = 9;

@@ -494,5 +459,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA880 = 10;

@@ -502,5 +464,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA960 = 11;

@@ -510,5 +469,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1000 = 12;

@@ -518,5 +474,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1080 = 13;

@@ -526,5 +479,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1160 = 14;

@@ -534,5 +484,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1240 = 15;

@@ -542,5 +489,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1320 = 16;

@@ -552,3 +496,3 @@ */

*
* TODO: REPLACE
* WiFi Config
*

@@ -598,5 +542,4 @@ * @generated from protobuf message Config.WiFiConfig

*
* Power management state machine option.
* See [power management](/docs/software/other/power) for details.
* 0 for default of one minute
* Number of seconds the screen stays on after pressing the user button or receiving a message
* 0 for default of one minute MAXUINT for always on
*

@@ -608,3 +551,3 @@ * @generated from protobuf field: uint32 screen_on_secs = 1;

*
* How the GPS coordinates are displayed on the OLED screen.
* How the GPS coordinates are formatted on the OLED screen.
*

@@ -648,3 +591,3 @@ * @generated from protobuf field: Config.DisplayConfig.GpsCoordinateFormat gps_format = 2;

*
* GPS coordinates are displayed in Universal Transverse Mercator format:
* Universal Transverse Mercator format:
* ZZB EEEEEE NNNNNNN, where Z is zone, B is band, E is easting, N is northing

@@ -657,3 +600,3 @@ *

*
* GPS coordinates are displayed in Military Grid Reference System format:
* Military Grid Reference System format:
* ZZB CD EEEEE NNNNN, where Z is zone, B is band, C is the east 100k square, D is the north 100k square,

@@ -667,3 +610,3 @@ * E is easting, N is northing

*
* GPS coordinates are displayed in Open Location Code (aka Plus Codes).
* Open Location Code (aka Plus Codes).
*

@@ -675,5 +618,5 @@ * @generated from protobuf enum value: GpsFormatOLC = 4;

*
* GPS coordinates are displayed in Ordnance Survey Grid Reference (the National Grid System of the UK).
* Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square, E is the easting,
* N is the northing
* Ordnance Survey Grid Reference (the National Grid System of the UK).
* Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square,
* E is the easting, N is the northing
*

@@ -686,3 +629,3 @@ * @generated from protobuf enum value: GpsFormatOSGR = 5;

*
* TODO: REPLACE
* Lora Config
*

@@ -704,3 +647,2 @@ * @generated from protobuf message Config.LoRaConfig

*
* Note: This is the 'old' mechanism for specifying channel parameters.
* Either modem_config or bandwidth/spreading/coding will be specified - NOT BOTH.

@@ -751,3 +693,3 @@ * As a heuristic: If bandwidth is specified, do not use modem_config.

*
* The region code for my radio (US, CN, EU433, etc...)
* The region code for the radio (US, CN, EU433, etc...)
*

@@ -760,2 +702,3 @@ * @generated from protobuf field: Config.LoRaConfig.RegionCode region = 7;

* Overrides HOPS_RELIABLE and sets the maximum number of hops. This can't be greater than 7.
* 0 for default of 3
*

@@ -784,10 +727,2 @@ * @generated from protobuf field: uint32 hop_limit = 8;

/**
*
* The frequency/regulatory region the user has selected.
* Note: In 1.0 builds (which must still be supported by the android app for a
* long time) this field will be unpopulated.
* If firmware is ever upgraded from an old 1.0ish build, the old
* MyNodeInfo.region string will be used to set UserPreferences.region and the
* old value will be no longer set.
*
* @generated from protobuf enum Config.LoRaConfig.RegionCode

@@ -798,3 +733,3 @@ */

*
* TODO: REPLACE
* Region is not set
*

@@ -806,3 +741,3 @@ * @generated from protobuf enum value: Unset = 0;

*
* TODO: REPLACE
* United States
*

@@ -814,3 +749,3 @@ * @generated from protobuf enum value: US = 1;

*
* TODO: REPLACE
* European Union 433mhz
*

@@ -822,3 +757,3 @@ * @generated from protobuf enum value: EU433 = 2;

*
* TODO: REPLACE
* European Union 433mhz
*

@@ -830,3 +765,3 @@ * @generated from protobuf enum value: EU868 = 3;

*
* TODO: REPLACE
* China
*

@@ -838,3 +773,3 @@ * @generated from protobuf enum value: CN = 4;

*
* TODO: REPLACE
* Japan
*

@@ -846,3 +781,3 @@ * @generated from protobuf enum value: JP = 5;

*
* TODO: REPLACE
* Australia / New Zealand
*

@@ -854,3 +789,3 @@ * @generated from protobuf enum value: ANZ = 6;

*
* TODO: REPLACE
* Korea
*

@@ -862,3 +797,3 @@ * @generated from protobuf enum value: KR = 7;

*
* TODO: REPLACE
* Taiwan
*

@@ -870,3 +805,3 @@ * @generated from protobuf enum value: TW = 8;

*
* TODO: REPLACE
* Russia
*

@@ -878,3 +813,3 @@ * @generated from protobuf enum value: RU = 9;

*
* TODO: REPLACE
* India
*

@@ -886,3 +821,3 @@ * @generated from protobuf enum value: IN = 10;

*
* TODO: REPLACE
* New Zealand 865mhz
*

@@ -894,3 +829,3 @@ * @generated from protobuf enum value: NZ865 = 11;

*
* TODO: REPLACE
* Thailand
*

@@ -911,3 +846,3 @@ * @generated from protobuf enum value: TH = 12;

*
* TODO: REPLACE
* Long Range - Fast
*

@@ -919,3 +854,3 @@ * @generated from protobuf enum value: LongFast = 0;

*
* TODO: REPLACE
* Long Range - Slow
*

@@ -927,3 +862,3 @@ * @generated from protobuf enum value: LongSlow = 1;

*
* TODO: REPLACE
* Very Long Range - Slow
*

@@ -935,17 +870,17 @@ * @generated from protobuf enum value: VLongSlow = 2;

*
* TODO: REPLACE
* Medium Range - Slow
*
* @generated from protobuf enum value: MidSlow = 3;
* @generated from protobuf enum value: MedSlow = 3;
*/
MidSlow = 3,
MedSlow = 3,
/**
*
* TODO: REPLACE
* Medium Range - Fast
*
* @generated from protobuf enum value: MidFast = 4;
* @generated from protobuf enum value: MedFast = 4;
*/
MidFast = 4,
MedFast = 4,
/**
*
* TODO: REPLACE
* Short Range - Slow
*

@@ -957,3 +892,3 @@ * @generated from protobuf enum value: ShortSlow = 5;

*
* TODO: REPLACE
* Short Range - Fast
*

@@ -960,0 +895,0 @@ * @generated from protobuf enum value: ShortFast = 6;

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

* Defines the device's role on the Mesh network
* unset - 0
*

@@ -24,5 +23,4 @@ * @generated from protobuf enum Config.DeviceConfig.Role

*
* ClientMute device role
* This is like the client but packets will not hop over this node. Would be
* useful if you want to save power by not contributing to the mesh.
* Client Mute device role
* Same as a client except packets will not hop over this node, does not contribute to routing packets for mesh.
*

@@ -35,5 +33,4 @@ * @generated from protobuf enum value: ClientMute = 1;

* Router device role.
* Uses an agressive algirithem for the flood networking so packets will
* prefer to be routed over this node. Also assume that this will be
* unattended and so will turn off the wifi/ble radio as well as the oled screen.
* Mesh packets will prefer to be routed over this node. This node will not be used by client apps.
* The wifi/ble radios and the oled screen will be put to sleep.
*

@@ -45,7 +42,4 @@ * @generated from protobuf enum value: Router = 2;

*
* RouterClient device role
* Uses an agressive algirithem for the flood networking so packets will
* prefer to be routed over this node. Similiar power management as a regular
* client, so the RouterClient can be used as both a Router and a Client. Useful
* as a well placed base station that you could also use to send messages.
* Router Client device role
* Mesh packets will prefer to be routed over this node. The Router Client can be used as both a Router and an app connected Client.
*

@@ -131,2 +125,20 @@ * @generated from protobuf enum value: RouterClient = 3;

Config_PositionConfig_PositionFlags[Config_PositionConfig_PositionFlags["POS_TIMESTAMP"] = 128] = "POS_TIMESTAMP";
/**
*
* Include positional heading
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*
* @generated from protobuf enum value: POS_HEADING = 256;
*/
Config_PositionConfig_PositionFlags[Config_PositionConfig_PositionFlags["POS_HEADING"] = 256] = "POS_HEADING";
/**
*
* Include positional speed
* Intended for use with vehicle not walking speeds
* walking speeds are likely to be error prone like the compass
*
* @generated from protobuf enum value: POS_SPEED = 512;
*/
Config_PositionConfig_PositionFlags[Config_PositionConfig_PositionFlags["POS_SPEED"] = 512] = "POS_SPEED";
})(Config_PositionConfig_PositionFlags || (Config_PositionConfig_PositionFlags = {}));

@@ -143,5 +155,2 @@ /**

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MAUnset = 0;

@@ -151,5 +160,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA100 = 1;

@@ -159,5 +165,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA190 = 2;

@@ -167,5 +170,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA280 = 3;

@@ -175,5 +175,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA360 = 4;

@@ -183,5 +180,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA450 = 5;

@@ -191,5 +185,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA550 = 6;

@@ -199,5 +190,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA630 = 7;

@@ -207,5 +195,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA700 = 8;

@@ -215,5 +200,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA780 = 9;

@@ -223,5 +205,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA880 = 10;

@@ -231,5 +210,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA960 = 11;

@@ -239,5 +215,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1000 = 12;

@@ -247,5 +220,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1080 = 13;

@@ -255,5 +225,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1160 = 14;

@@ -263,5 +230,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1240 = 15;

@@ -271,5 +235,2 @@ */

/**
*
* TODO: REPLACE
*
* @generated from protobuf enum value: MA1320 = 16;

@@ -305,3 +266,3 @@ */

*
* GPS coordinates are displayed in Universal Transverse Mercator format:
* Universal Transverse Mercator format:
* ZZB EEEEEE NNNNNNN, where Z is zone, B is band, E is easting, N is northing

@@ -314,3 +275,3 @@ *

*
* GPS coordinates are displayed in Military Grid Reference System format:
* Military Grid Reference System format:
* ZZB CD EEEEE NNNNN, where Z is zone, B is band, C is the east 100k square, D is the north 100k square,

@@ -324,3 +285,3 @@ * E is easting, N is northing

*
* GPS coordinates are displayed in Open Location Code (aka Plus Codes).
* Open Location Code (aka Plus Codes).
*

@@ -332,5 +293,5 @@ * @generated from protobuf enum value: GpsFormatOLC = 4;

*
* GPS coordinates are displayed in Ordnance Survey Grid Reference (the National Grid System of the UK).
* Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square, E is the easting,
* N is the northing
* Ordnance Survey Grid Reference (the National Grid System of the UK).
* Format: AB EEEEE NNNNN, where A is the east 100k square, B is the north 100k square,
* E is the easting, N is the northing
*

@@ -342,10 +303,2 @@ * @generated from protobuf enum value: GpsFormatOSGR = 5;

/**
*
* The frequency/regulatory region the user has selected.
* Note: In 1.0 builds (which must still be supported by the android app for a
* long time) this field will be unpopulated.
* If firmware is ever upgraded from an old 1.0ish build, the old
* MyNodeInfo.region string will be used to set UserPreferences.region and the
* old value will be no longer set.
*
* @generated from protobuf enum Config.LoRaConfig.RegionCode

@@ -357,3 +310,3 @@ */

*
* TODO: REPLACE
* Region is not set
*

@@ -365,3 +318,3 @@ * @generated from protobuf enum value: Unset = 0;

*
* TODO: REPLACE
* United States
*

@@ -373,3 +326,3 @@ * @generated from protobuf enum value: US = 1;

*
* TODO: REPLACE
* European Union 433mhz
*

@@ -381,3 +334,3 @@ * @generated from protobuf enum value: EU433 = 2;

*
* TODO: REPLACE
* European Union 433mhz
*

@@ -389,3 +342,3 @@ * @generated from protobuf enum value: EU868 = 3;

*
* TODO: REPLACE
* China
*

@@ -397,3 +350,3 @@ * @generated from protobuf enum value: CN = 4;

*
* TODO: REPLACE
* Japan
*

@@ -405,3 +358,3 @@ * @generated from protobuf enum value: JP = 5;

*
* TODO: REPLACE
* Australia / New Zealand
*

@@ -413,3 +366,3 @@ * @generated from protobuf enum value: ANZ = 6;

*
* TODO: REPLACE
* Korea
*

@@ -421,3 +374,3 @@ * @generated from protobuf enum value: KR = 7;

*
* TODO: REPLACE
* Taiwan
*

@@ -429,3 +382,3 @@ * @generated from protobuf enum value: TW = 8;

*
* TODO: REPLACE
* Russia
*

@@ -437,3 +390,3 @@ * @generated from protobuf enum value: RU = 9;

*
* TODO: REPLACE
* India
*

@@ -445,3 +398,3 @@ * @generated from protobuf enum value: IN = 10;

*
* TODO: REPLACE
* New Zealand 865mhz
*

@@ -453,3 +406,3 @@ * @generated from protobuf enum value: NZ865 = 11;

*
* TODO: REPLACE
* Thailand
*

@@ -471,3 +424,3 @@ * @generated from protobuf enum value: TH = 12;

*
* TODO: REPLACE
* Long Range - Fast
*

@@ -479,3 +432,3 @@ * @generated from protobuf enum value: LongFast = 0;

*
* TODO: REPLACE
* Long Range - Slow
*

@@ -487,3 +440,3 @@ * @generated from protobuf enum value: LongSlow = 1;

*
* TODO: REPLACE
* Very Long Range - Slow
*

@@ -495,17 +448,17 @@ * @generated from protobuf enum value: VLongSlow = 2;

*
* TODO: REPLACE
* Medium Range - Slow
*
* @generated from protobuf enum value: MidSlow = 3;
* @generated from protobuf enum value: MedSlow = 3;
*/
Config_LoRaConfig_ModemPreset[Config_LoRaConfig_ModemPreset["MidSlow"] = 3] = "MidSlow";
Config_LoRaConfig_ModemPreset[Config_LoRaConfig_ModemPreset["MedSlow"] = 3] = "MedSlow";
/**
*
* TODO: REPLACE
* Medium Range - Fast
*
* @generated from protobuf enum value: MidFast = 4;
* @generated from protobuf enum value: MedFast = 4;
*/
Config_LoRaConfig_ModemPreset[Config_LoRaConfig_ModemPreset["MidFast"] = 4] = "MidFast";
Config_LoRaConfig_ModemPreset[Config_LoRaConfig_ModemPreset["MedFast"] = 4] = "MedFast";
/**
*
* TODO: REPLACE
* Short Range - Slow
*

@@ -517,3 +470,3 @@ * @generated from protobuf enum value: ShortSlow = 5;

*
* TODO: REPLACE
* Short Range - Fast
*

@@ -520,0 +473,0 @@ * @generated from protobuf enum value: ShortFast = 6;

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

@@ -1293,2 +1294,11 @@ import { DeviceMetrics } from "./telemetry";

} | {
oneofKind: "moduleConfig";
/**
*
* Include module config
*
* @generated from protobuf field: ModuleConfig moduleConfig = 10;
*/
moduleConfig: ModuleConfig;
} | {
oneofKind: undefined;

@@ -1295,0 +1305,0 @@ };

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

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

@@ -884,3 +885,4 @@ import { DeviceMetrics } from "./telemetry";

{ no: 8, name: "config_complete_id", kind: "scalar", oneof: "payloadVariant", T: 13 /*ScalarType.UINT32*/ },
{ no: 9, name: "rebooted", kind: "scalar", oneof: "payloadVariant", T: 8 /*ScalarType.BOOL*/ }
{ no: 9, name: "rebooted", kind: "scalar", oneof: "payloadVariant", T: 8 /*ScalarType.BOOL*/ },
{ no: 10, name: "moduleConfig", kind: "message", oneof: "payloadVariant", T: () => ModuleConfig }
]);

@@ -887,0 +889,0 @@ }

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

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

"node-protoc": "^1.0.3",
"typedoc": "^0.22.18",
"typedoc": "^0.23.2",
"typescript": "^4.7.4"

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