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 1.1.0 to 1.2.0

2

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

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

"use strict";
/// <reference path="./libp2p.d.ts" />
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

@@ -40,3 +41,2 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }

exports.P2pUtils = void 0;
var Buffer = require('buffer').Buffer;
var Libp2p = require('libp2p');

@@ -82,3 +82,3 @@ var TCP = require('libp2p-tcp');

P2pUtils.prototype.publish = function () {
this.ownServerPeer.pubsub.publish(BROADCAST_TOPIC, Buffer.from('bird bird bird bird!'));
this.ownServerPeer.pubsub.publish(BROADCAST_TOPIC, 'bird bird bird bird!');
};

@@ -85,0 +85,0 @@ //节点存储

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