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

victor-bluetooth-plugin

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victor-bluetooth-plugin - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

4

dist/docs.json

@@ -30,3 +30,3 @@ {

"name": "connect",
"signature": "(options: { address: string; }) => Promise<void>",
"signature": "(options: { address: string; }) => Promise<any>",
"parameters": [

@@ -39,3 +39,3 @@ {

],
"returns": "Promise<void>",
"returns": "Promise<any>",
"tags": [],

@@ -42,0 +42,0 @@ "docs": "",

@@ -13,3 +13,3 @@ declare module "@capacitor/core" {

address: string;
}): Promise<void>;
}): Promise<any>;
readData(): Promise<{

@@ -16,0 +16,0 @@ data: string;

{
"name": "victor-bluetooth-plugin",
"version": "0.0.31",
"version": "0.0.32",
"description": "A plugin for connecting to classic BT devices on android",

@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js",

@@ -49,3 +49,3 @@ # victor-bluetooth-plugin

```typescript
connect(options: { address: string; }) => Promise<void>
connect(options: { address: string; }) => Promise<any>
```

@@ -57,2 +57,4 @@

**Returns:** <code>Promise&lt;any&gt;</code>
--------------------

@@ -59,0 +61,0 @@

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