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

tuyapi

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuyapi - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

4

index.js

@@ -332,3 +332,3 @@ // Import packages

this._send(buffer);
if(options.shouldWaitForResponse) {
if (options.shouldWaitForResponse) {
this._setResolver = resolve;

@@ -580,3 +580,3 @@ } else {

if (packet.commandByte === CommandType.STATUS && typeof packet.payload.dps[1] === 'undefined') {
if (packet.commandByte === CommandType.STATUS && packet.payload && typeof packet.payload.dps[1] === 'undefined') {
debug('Received DP_REFRESH packet.');

@@ -583,0 +583,0 @@ /**

{
"name": "tuyapi",
"version": "6.3.0",
"version": "6.3.1",
"description": "An easy-to-use API for devices that use Tuya's cloud services",

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

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