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.4 to 0.1.5

2

lib/link.js

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

}
if (options.wifiPassword > 64) {
if (options.wifiPassword.length > 64) {
throw new Error('Invalid WiFi password');

@@ -66,0 +66,0 @@ }

{
"name": "@tuyapi/link",
"version": "0.1.4",
"version": "0.1.5",
"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