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.1.0-canary-20240617070505.cffac6a94085e6671a56148285ca7bfa1b7f05fe to 3.1.0-canary-20240617070918.7aa46285192d8b31f36ce527c4420fb07778951b

6

Cache/persistence.js

@@ -7,3 +7,2 @@ 'use strict';

const frailMap = require('frail-map');
const index = require('../Error/index.js');
const deepCopy = require('../Helpers/deepCopy.js');

@@ -34,7 +33,2 @@ require('../Utils/hash.js');

);
if (Object.keys(data).length === 0) {
throw new index.GQtyError(
`No known root keys (query, mutation and subscription) are found.`
);
}
if (options) {

@@ -41,0 +35,0 @@ data.normalizedObjects = Object.entries(normalized).reduce(

2

package.json
{
"name": "gqty",
"version": "3.1.0-canary-20240617070505.cffac6a94085e6671a56148285ca7bfa1b7f05fe",
"version": "3.1.0-canary-20240617070918.7aa46285192d8b31f36ce527c4420fb07778951b",
"description": "gqty client without queries",

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

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