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

fhs-graphql-typings

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fhs-graphql-typings - npm Package Compare versions

Comparing version

to
1.2.25

2

package.json
{
"name": "fhs-graphql-typings",
"version": "1.2.24",
"version": "1.2.25",
"description": "",

@@ -5,0 +5,0 @@ "types": "index.ts",

@@ -32,2 +32,4 @@ "use strict";

DevicesOrderBy["OwnerIdDesc"] = "OWNER_ID_DESC";
DevicesOrderBy["MetadataAsc"] = "METADATA_ASC";
DevicesOrderBy["MetadataDesc"] = "METADATA_DESC";
DevicesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC";

@@ -41,2 +43,3 @@ DevicesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC";

DeviceTypes["TrvV1"] = "TRV_V1";
DeviceTypes["HubV1"] = "HUB_V1";
})(DeviceTypes = exports.DeviceTypes || (exports.DeviceTypes = {}));

@@ -43,0 +46,0 @@ /** Methods to use when ordering `HomeSetting`. */

Sorry, the diff of this file is too big to display