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

@tuyapi/openapi

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tuyapi/openapi - npm Package Compare versions

Comparing version

to
0.1.3

10

dist/api.js

@@ -142,3 +142,13 @@ "use strict";

}
getDevices(ids) {
return __awaiter(this, void 0, void 0, function* () {
const res = yield this._client.get('devices', {
searchParams: {
device_ids: ids.toString()
}
});
return res.body;
});
}
}
module.exports = OpenAPI;

2

package.json
{
"name": "@tuyapi/openapi",
"version": "0.1.2",
"version": "0.1.3",
"description": "🚪 a wrapper for Tuya's OpenAPI",

@@ -5,0 +5,0 @@ "main": "dist/api.js",