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 2.0.13-6 to 2.0.15-0

2

dist/iMeshDevice.js

@@ -106,3 +106,3 @@ import { Logger } from "tslog";

if (echoResponse) {
meshPacket.rxTime = new Date().getTime() / 1000;
meshPacket.rxTime = Math.trunc(new Date().getTime() / 1000);
this.handleMeshPacket(meshPacket);

@@ -109,0 +109,0 @@ }

{
"name": "@meshtastic/meshtasticjs",
"version": "2.0.13-6",
"version": "2.0.15-0",
"description": "Browser library for interfacing with meshtastic devices",

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

"dependencies": {
"@buf/meshtastic_protobufs.bufbuild_es": "1.0.0-20230123093810-ef786e1f4e00.1",
"@buf/meshtastic_protobufs.bufbuild_es": "1.0.0-20230129055417-f11f156e79a6.1",
"@bufbuild/protobuf": "^1.0.0",

@@ -49,3 +49,3 @@ "crc": "^4.3.1",

"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",

@@ -52,0 +52,0 @@ "eslint-import-resolver-typescript": "^3.5.3",

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