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.29

2

package.json
{
"name": "fhs-graphql-typings",
"version": "1.2.28",
"version": "1.2.29",
"description": "",

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

@@ -323,4 +323,8 @@ "use strict";

ZonesOrderBy["AntiFreezeTemperatureDesc"] = "ANTI_FREEZE_TEMPERATURE_DESC";
ZonesOrderBy["LastManualTemperatureAsc"] = "LAST_MANUAL_TEMPERATURE_ASC";
ZonesOrderBy["LastManualTemperatureDesc"] = "LAST_MANUAL_TEMPERATURE_DESC";
ZonesOrderBy["LastAntiFreezeTemperatureAsc"] = "LAST_ANTI_FREEZE_TEMPERATURE_ASC";
ZonesOrderBy["LastAntiFreezeTemperatureDesc"] = "LAST_ANTI_FREEZE_TEMPERATURE_DESC";
ZonesOrderBy["PrimaryKeyAsc"] = "PRIMARY_KEY_ASC";
ZonesOrderBy["PrimaryKeyDesc"] = "PRIMARY_KEY_DESC";
})(ZonesOrderBy = exports.ZonesOrderBy || (exports.ZonesOrderBy = {}));

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