Socket
Socket
Sign inDemoInstall

@tuyapi/link

Package Overview
Dependencies
59
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.2.0

2

lib/link.js

@@ -348,3 +348,3 @@ const dgram = require('dgram');

return new Promise((resolve, reject) => {
this.udpClient.send(message, 0, message.length, 30011, 'broadcasthost', err => {
this.udpClient.send(message, 0, message.length, 30011, '255.255.255.255', err => {
if (err) {

@@ -351,0 +351,0 @@ reject(err);

{
"name": "@tuyapi/link",
"version": "0.1.5",
"version": "0.2.0",
"description": "📡 Effortlessly connect devices to WiFi and the cloud",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc