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

@falconeta/capacitor-wifi-connect

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@falconeta/capacitor-wifi-connect - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

17

dist/docs.json

@@ -44,8 +44,15 @@ {

"name": "getSSIDs",
"signature": "() => Promise<{ value: string[]; }>",
"signature": "() => Promise<{ value: string[]; status: ConnectState; }>",
"parameters": [],
"returns": "Promise<{ value: string[]; }>",
"tags": [],
"docs": "",
"complexTypes": [],
"returns": "Promise<{ value: string[]; status: ConnectState; }>",
"tags": [
{
"name": "since",
"text": "5.1.0"
}
],
"docs": "ONLY ANDROID\nreturns the current SSID connected by Application",
"complexTypes": [
"ConnectState"
],
"slug": "getssids"

@@ -52,0 +59,0 @@ },

@@ -12,4 +12,10 @@ import { PermissionState } from '@capacitor/core';

}>;
/**
* ONLY ANDROID
* returns the current SSID connected by Application
* @since 5.1.0
*/
getSSIDs(): Promise<{
value: string[];
status: ConnectState;
}>;

@@ -16,0 +22,0 @@ /**

@@ -23,2 +23,3 @@ import { WebPlugin, PermissionState } from '@capacitor/core';

value: string[];
status: ConnectState;
}>;

@@ -25,0 +26,0 @@ connect(options: {

{
"name": "@falconeta/capacitor-wifi-connect",
"version": "5.1.3",
"version": "5.1.4",
"description": "plugin used for connect the device trhought Wifi also with prefix",

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

@@ -81,7 +81,12 @@ # @falconeta/capacitor-wifi-connect

```typescript
getSSIDs() => Promise<{ value: string[]; }>
getSSIDs() => Promise<{ value: string[]; status: ConnectState; }>
```
**Returns:** <code>Promise&lt;{ value: string[]; }&gt;</code>
ONLY ANDROID
returns the current SSID connected by Application
**Returns:** <code>Promise&lt;{ value: string[]; status: <a href="#connectstate">ConnectState</a>; }&gt;</code>
**Since:** 5.1.0
--------------------

@@ -88,0 +93,0 @@

Sorry, the diff of this file is not supported yet

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