New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stoprocent/noble

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoprocent/noble - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

5

lib/hci-uart/hci.js

@@ -7,3 +7,3 @@ const debug = require('debug')('hci');

const async = require('async');
const SerialPort = require('serialport');
const { SerialPort } = require('serialport');
const HciSerialParser = require('./hci-serial-parser');

@@ -148,3 +148,4 @@

// Create Serial Port
this._socket = new SerialPort(process.env.NOBLE_HCI_UART_PORT || undefined, {
this._socket = new SerialPort({
path: process.env.NOBLE_HCI_UART_PORT || undefined,
baudRate: parseInt(process.env.NOBLE_HCI_UART_BAUD_RATE) || 1000000,

@@ -151,0 +152,0 @@ autoOpen: false,

2

package.json

@@ -10,3 +10,3 @@ {

"description": "A Node.js BLE (Bluetooth Low Energy) central library.",
"version": "1.10.0",
"version": "1.10.1",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

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