Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@onbright/bluetooth-sdk

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onbright/bluetooth-sdk - npm Package Compare versions

Comparing version 1.1.24 to 1.1.25

6

dist/index.d.ts

@@ -13,5 +13,5 @@ interface Communication {

interface ProtocolComponent {
onProcessingSentData: onProcessingSentData;
onProcessNotifyData: onProcessNotifyData;
onProcessReadData: onProcessReadData;
onProcessingSentData?: onProcessingSentData;
onProcessNotifyData?: onProcessNotifyData;
onProcessReadData?: onProcessReadData;
}

@@ -18,0 +18,0 @@ type onProcessingSentData = (sentData: Uint8Array) => Promise<Uint8Array>;

{
"name": "@onbright/bluetooth-sdk",
"version": "1.1.24",
"version": "1.1.25",
"scripts": {

@@ -5,0 +5,0 @@ "build": "tsup",

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