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.4.0 to 0.4.1

3

dist/index.d.ts

@@ -6,2 +6,3 @@ import { SettingsManager } from "./settingsmanager";

import { NodeDB } from "./nodedb";
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB };
import * as Protobuf from "./protobuf";
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB, Protobuf, };

@@ -6,3 +6,4 @@ import { SettingsManager } from "./settingsmanager";

import { NodeDB } from "./nodedb";
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB };
import * as Protobuf from "./protobuf";
export { SettingsManager, Client, IBLEConnection, IHTTPConnection, NodeDB, Protobuf, };
//# sourceMappingURL=index.js.map
{
"name": "@meshtastic/meshtasticjs",
"version": "0.4.0",
"version": "0.4.1",
"description": "browser library for interfacing with meshtastic devices",

@@ -5,0 +5,0 @@ "sideEffects": false,

@@ -84,1 +84,7 @@ # Meshtastic.js

```
### Compatibility
The Bluetooth connection option relies on the availability of the Web Bluetooth API, which is represented in the compatibility matrix below.
![](https://caniuse.bitsofco.de/image/web-bluetooth.png)

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