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

cordova-plugin-wifi-direct

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-wifi-direct - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

2

package.json
{
"name": "cordova-plugin-wifi-direct",
"version": "2.1.0",
"version": "2.2.0",
"description": "Android wifi direct.",

@@ -5,0 +5,0 @@ "cordova": {

@@ -123,5 +123,6 @@ 'use strict';

//wifi-direct接口
var WifiDirect = /** @class */ (function () {
function WifiDirect() {
}
function WifiDirect() {
exec(null, _error, 'WifiDirect', 'getInstance', []);
}
/**

@@ -209,4 +210,3 @@ * 注册监听事件

};
return WifiDirect;
}());
module.exports = WifiDirect;
module.exports = new WifiDirect();

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