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

gqty

Package Overview
Dependencies
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gqty - npm Package Compare versions

Comparing version 3.0.0-canary-20231111082459.68bfbc55 to 3.0.0-canary-20231124072611.3a09ecd6

5

Client/compat/inlineResolved.js

@@ -30,6 +30,7 @@ 'use strict';

if (selections.size === 0) {
if (process.env.NODE_ENV !== "production") {
if (onEmptyResolve) {
onEmptyResolve();
} else if (process.env.NODE_ENV !== "production") {
console.warn("[gqty] Warning! No data requested.");
}
onEmptyResolve == null ? void 0 : onEmptyResolve();
return data;

@@ -36,0 +37,0 @@ }

@@ -56,6 +56,7 @@ 'use strict';

if (selections.size === 0) {
if (process.env.NODE_ENV !== "production") {
if (onEmptyResolve) {
onEmptyResolve();
} else if (process.env.NODE_ENV !== "production") {
console.warn("[gqty] Warning! No data requested.");
}
onEmptyResolve == null ? void 0 : onEmptyResolve();
return data;

@@ -62,0 +63,0 @@ }

2

package.json
{
"name": "gqty",
"version": "3.0.0-canary-20231111082459.68bfbc55",
"version": "3.0.0-canary-20231124072611.3a09ecd6",
"description": "gqty client without queries",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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