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
48
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.7 to 1.1.8

src/extension/index.js

3

dist/index.d.ts

@@ -36,6 +36,9 @@ declare class BluetoothManager {

declare function GenerationRule(options: any, common: any): (e: any, config?: {}) => Promise<any>;
declare const _default: {
BluetoothManager: typeof BluetoothManager;
GenerationRule: typeof GenerationRule;
};
export { _default as default };

5

package.json
{
"name": "@onbright/bluetooth-sdk",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",

@@ -22,4 +22,5 @@ "scripts": {

"@onbright/bluetooth-protocol-sdk": "1.0.0",
"@onbright/common-sdk": "1.0.0"
"@onbright/common-sdk": "1.0.0",
"bitwise": "^2.2.1"
}
}
import { BluetoothManager } from './manager/bluetoothManager'
import { GenerationRule } from './extension/index.js'
export default {
BluetoothManager
BluetoothManager,
GenerationRule
}

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